fix(core): update
This commit is contained in:
parent
af9b045d31
commit
9e1eb0b3a0
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/lik',
|
||||
version: '6.0.12',
|
||||
version: '6.0.13',
|
||||
description: 'light little helpers for node'
|
||||
}
|
||||
|
@ -47,7 +47,6 @@ export class BackpressuredArray<T> {
|
||||
});
|
||||
}
|
||||
|
||||
// New method to wait for items
|
||||
waitForItems(): Promise<void> {
|
||||
return new Promise<void>((resolve) => {
|
||||
if (this.data.length > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user