mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 00:15:46 +01:00
Add Find highlight group.
This commit is contained in:
@@ -1694,7 +1694,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
||||
do {
|
||||
mainThread.processNextEvent(!flush);
|
||||
if (util.interrupted)
|
||||
throw new Error("Interrupted");
|
||||
throw Error("Interrupted");
|
||||
}
|
||||
while (flush === true && mainThread.hasPendingEvents());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user