fix(core): update

This commit is contained in:
Philipp Kunz 2024-02-23 17:44:51 +01:00
parent af9b045d31
commit 9e1eb0b3a0
2 changed files with 1 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/lik', name: '@push.rocks/lik',
version: '6.0.12', version: '6.0.13',
description: 'light little helpers for node' description: 'light little helpers for node'
} }

View File

@ -47,7 +47,6 @@ export class BackpressuredArray<T> {
}); });
} }
// New method to wait for items
waitForItems(): Promise<void> { waitForItems(): Promise<void> {
return new Promise<void>((resolve) => { return new Promise<void>((resolve) => {
if (this.data.length > 0) { if (this.data.length > 0) {