chore(deps-dev): upgrade typescript to v4.1.2 and ts-node to v9.1.1

This commit is contained in:
sct
2020-12-08 09:28:53 +00:00
parent a8393707fe
commit 86addbc4dd
5 changed files with 22 additions and 11 deletions

View File

@@ -253,7 +253,7 @@ class JobPlexSync {
this.progress = start;
await this.processItems(slicedItems);
await new Promise((resolve) =>
await new Promise<void>((resolve) =>
setTimeout(async () => {
await this.loop({
start: start + BUNDLE_SIZE,