Skip to content

Commit fd0053b

Browse files
committed
Fix typo in warm
1 parent 7479601 commit fd0053b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/detector/detector.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ export abstract class Detector {
3030
}
3131

3232
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}】`);
33+
console.warn(`You don't have permission to use DEVTOOL!【type = ${this.type}】`);
3534
if (config.clearIntervalWhenDevOpenTrigger) {
3635
clearDDInterval();
3736
}

0 commit comments

Comments
 (0)