fix(temporary): do not disable ad blocker manually
This commit is contained in:
@@ -525,7 +525,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);
|
//await this.disableAdBlocker(p);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user