From 57b56d3fcbf6a6f823ed24388525821418c15b14 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 21 Aug 2024 05:25:30 +0530 Subject: [PATCH] feat: disable ad-blocker once runLoop closes --- maxun-core/src/interpret.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index e2acfa96..876dd2bb 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -534,6 +534,7 @@ export default class Interpreter extends EventEmitter { this.log(e, Level.ERROR); } } else { + await this.disableAdBlocker(p); return; } }