mirror of
https://github.com/danbulant/anti-sleep
synced 2026-07-08 20:40:34 +00:00
Fix non-working checks
This commit is contained in:
parent
087f55927d
commit
97402ffb13
1 changed files with 1 additions and 0 deletions
1
index.ts
1
index.ts
|
|
@ -46,6 +46,7 @@ setInterval(() =>{
|
||||||
pilot.notify("Do not sleep", "Your mouse was moved just now.");
|
pilot.notify("Do not sleep", "Your mouse was moved just now.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
last = pos;
|
||||||
}, args.interval);
|
}, args.interval);
|
||||||
|
|
||||||
console.log("Ready");
|
console.log("Ready");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue