mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 06:02:27 +01:00
Allow plugins onUnload handlers, fix some threadYield issues.
This commit is contained in:
@@ -417,7 +417,7 @@ const util = { //{{{
|
||||
{
|
||||
if (Date.now() > endTime)
|
||||
{
|
||||
liberator.threadYield(false, true);
|
||||
liberator.threadYield(true, true);
|
||||
endTime = Date.now() + time;
|
||||
}
|
||||
yield start++;
|
||||
|
||||
Reference in New Issue
Block a user