fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit e53cead532 - Show all commits

View file

@ -190,7 +190,7 @@ export class GBMinService {
}
}).bind(this);
Promise.all(instances.map(instance => p(instance)));
await Promise.all(instances.map(instance => p(instance)));
bar1.stop();