Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
052322fb98 | |||
9e1eb0b3a0 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/lik",
|
||||
"version": "6.0.12",
|
||||
"version": "6.0.13",
|
||||
"private": false,
|
||||
"description": "light little helpers for node",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user