fix(temporary): do not disable ad blocker manually

This commit is contained in:
karishmas6
2024-08-21 05:55:05 +05:30
parent c2fe629267
commit 2bc9f70e09

View File

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