fix(core.gbapp): result is now OK from hear.

This commit is contained in:
Rodrigo Rodriguez 2020-12-23 12:27:48 -03:00
parent f4b10febc4
commit e08e832884

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();
}