mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:17:59 +01:00
Add template.listCompleter to list completion results to the MOW.
This commit is contained in:
@@ -394,10 +394,7 @@ const util = { //{{{
|
||||
{
|
||||
if (Date.now() > endTime)
|
||||
{
|
||||
liberator.interrupted = false;
|
||||
liberator.threadYield();
|
||||
if (liberator.interrupted)
|
||||
throw new Error("Interrupted");
|
||||
liberator.threadYield(false, true);
|
||||
endTime = Date.now() + time;
|
||||
}
|
||||
yield start++;
|
||||
|
||||
Reference in New Issue
Block a user