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

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

View file

@ -202,11 +202,10 @@ export class GBMinService {
await throttledPromiseAll(instances.map((async instance => {
try {
this.bar1.update(i++, { botId: instance.botId });
await this['mountBot'](instance);
GBDeployer.mountGBKBAssets(`${instance.botId}.gbkb`,
instance.botId, `${instance.botId}.gbkb`);
this.bar1.update(i++, { botId: instance.botId });
} catch (error) {
GBLog.error(`Error mounting bot ${instance.botId}: ${error.message}\n${error.stack}`);