feat: disable ad-blocker once runLoop closes
This commit is contained in:
@@ -534,6 +534,7 @@ export default class Interpreter extends EventEmitter {
|
|||||||
this.log(<Error>e, Level.ERROR);
|
this.log(<Error>e, Level.ERROR);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
await this.disableAdBlocker(p);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user