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