mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:48:00 +01:00
Dont make context listing interruptable.
This commit is contained in:
@@ -15,8 +15,8 @@ const template = {
|
||||
continue;
|
||||
if (sep && n++)
|
||||
ret += sep;
|
||||
if (interruptable && n % interruptable == 0)
|
||||
liberator.threadYield(true, true);
|
||||
//if (interruptable && n % interruptable == 0)
|
||||
// liberator.threadYield(false, true);
|
||||
ret += val;
|
||||
}
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user