Skip to content

Commit d5f35df

Browse files
committed
Reduce diff
1 parent a90f9bc commit d5f35df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/localQueue.ts

+1
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ export class LocalQueue {
569569
} else if (oldMode === TTL_EXPIRED) {
570570
// No action necessary
571571
}
572+
572573
if (this.backgroundCount === 0) {
573574
this.promise.resolve();
574575
}

0 commit comments

Comments
 (0)