We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7479601 commit fd0053bCopy full SHA for fd0053b
src/detector/detector.ts
@@ -30,8 +30,7 @@ export abstract class Detector {
30
}
31
32
onDevToolOpen () {
33
- console.warn(`You ar not allow to use DEVTOOL! 【type = ${this.type}】`);
34
- // alert(`You ar not allow to use DEVTOOL! 【type = ${type}】`);
+ console.warn(`You don't have permission to use DEVTOOL!【type = ${this.type}】`);
35
if (config.clearIntervalWhenDevOpenTrigger) {
36
clearDDInterval();
37
0 commit comments