chore: lint
This commit is contained in:
@@ -97,9 +97,9 @@ export default class Interpreter extends EventEmitter {
|
|||||||
|
|
||||||
private async disableAdBlocker(page: Page): Promise<void> {
|
private async disableAdBlocker(page: Page): Promise<void> {
|
||||||
if (this.blocker) {
|
if (this.blocker) {
|
||||||
await this.blocker.disableBlockingInPage(page);
|
await this.blocker.disableBlockingInPage(page);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user