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 da19e0b commit 85ca71dCopy full SHA for 85ca71d
extensions/timer/init.lua
@@ -3,7 +3,7 @@
3
--- Execute functions with various timing rules
4
---
5
--- **NOTE**: timers use NSTimer internally, which will be paused when computers sleep.
6
---- Especially, repeating timers won't be triggered at the specificed time when there are sleeps in between.
+--- Especially, repeating timers won't be triggered at the specified time when there are sleeps in between.
7
--- The workaround is to prevent system from sleeping, configured in Energy Saver in System Preferences.
8
9
local module = require("hs.timer.internal")
0 commit comments