fix(whatsapp.gblib): FIX on HEAR ON after provider change.

This commit is contained in:
rodrigorodriguez 2022-10-16 12:02:17 -03:00
parent 916794fc15
commit 1d8e7e1763

View file

@ -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}`);