fix(core.gbapp): result is now OK from hear.
This commit is contained in:
parent
631a1f329d
commit
c900103fb0
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ export class GBVMService extends GBService {
|
||||||
delete min.cbMap[id];
|
delete min.cbMap[id];
|
||||||
try {
|
try {
|
||||||
|
|
||||||
await promise(step, step.result);
|
await promise(step, result);
|
||||||
if (step.activeDialog.state.options.previousResolve != undefined) {
|
if (step.activeDialog.state.options.previousResolve != undefined) {
|
||||||
step.activeDialog.state.options.previousResolve();
|
step.activeDialog.state.options.previousResolve();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue