Skip to content

Commit

Permalink
fix(whatsapp.gblib): FIX on HEAR ON after provider change.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Oct 16, 2022
1 parent 916794f commit 1d8e7e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/basic.gblib/services/GBVMService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit 1d8e7e1

Please sign in to comment.