mirror of
https://github.com/danbulant/anti-sleep
synced 2026-06-23 08:32:00 +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.");
|
||||
}
|
||||
}
|
||||
last = pos;
|
||||
}, args.interval);
|
||||
|
||||
console.log("Ready");
|
||||
|
|
|
|||
Loading…
Reference in a new issue