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

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

View file

@ -679,7 +679,7 @@ export class GBVMService extends GBService {
delete min.cbMap[id];
try {
await promise(step, step.result);
await promise(step, result);
if (step.activeDialog.state.options.previousResolve != undefined) {
step.activeDialog.state.options.previousResolve();
}