new(all): Paralel bot loading.
This commit is contained in:
parent
c7e51335d5
commit
e53cead532
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ export class GBMinService {
|
||||||
}
|
}
|
||||||
}).bind(this);
|
}).bind(this);
|
||||||
|
|
||||||
Promise.all(instances.map(instance => p(instance)));
|
await Promise.all(instances.map(instance => p(instance)));
|
||||||
|
|
||||||
bar1.stop();
|
bar1.stop();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue