fix(whatsapp.gblib): FIX on HEAR ON after provider change.
This commit is contained in:
parent
916794fc15
commit
1d8e7e1763
1 changed files with 0 additions and 3 deletions
|
@ -865,9 +865,6 @@ export class GBVMService extends GBService {
|
|||
if (ret == -1) {
|
||||
await step.endDialog();
|
||||
}
|
||||
if (sandbox.browser) {
|
||||
await sandbox.browser.close();
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
throw new Error(`BASIC RUNTIME ERR: ${error.message ? error.message : error}\n Stack:${error.stack}`);
|
||||
|
|
Loading…
Add table
Reference in a new issue