fix(basic.gblib): update ChatServices.ts #420
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