return results from CollapsedQueue.performAllNow
This commit is contained in:
parent
0491ea55cc
commit
a3bcc474b7
1 changed files with 1 additions and 1 deletions
|
|
@ -42,6 +42,6 @@ export class CollapsedQueue<K, V> {
|
|||
for (const [_key, job] of entries) {
|
||||
this.timeService.stopTimer(job.timer);
|
||||
}
|
||||
await Promise.allSettled(entries.map(([key, job]) => this.perform(key, job.value)));
|
||||
return await Promise.allSettled(entries.map(([key, job]) => this.perform(key, job.value)));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue