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 631a1f329d
commit c900103fb0

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