feat: disable ad-blocker once runLoop closes

This commit is contained in:
karishmas6
2024-08-21 05:25:30 +05:30
parent 321bd01704
commit 57b56d3fcb

View File

@@ -534,6 +534,7 @@ export default class Interpreter extends EventEmitter {
this.log(<Error>e, Level.ERROR);
}
} else {
await this.disableAdBlocker(p);
return;
}
}