fix(core.gbapp): Fix deployment of assets missing await.
This commit is contained in:
parent
04b07b348b
commit
ddaa8d5e5d
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ export class GBDeployer implements IGBDeployer {
|
|||
|
||||
// Then all remaining generalPackages are loaded.
|
||||
|
||||
const instances = core.loadInstances();
|
||||
const instances = await core.loadInstances();
|
||||
await CollectionUtil.asyncForEach(instances, async instance => {
|
||||
this.mountGBKBAssets(`{instance.botId}.gbkb`, instance.botId, `{instance.botId}.gbkb`);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue