mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 09:04:12 +01:00
Return true from sleep() when done
This commit is contained in:
@@ -1049,6 +1049,7 @@ const liberator = (function () //{{{
|
||||
var then = new Date().getTime(), now = then;
|
||||
for (; now - then < ms; now = new Date().getTime())
|
||||
mainThread.processNextEvent(true);
|
||||
return true;
|
||||
},
|
||||
|
||||
get windows()
|
||||
|
||||
Reference in New Issue
Block a user