mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 06:05:46 +01:00
Last commit done right (or wrong, as it so happens, given Spidermonkeys buggy regex engine)
This commit is contained in:
@@ -318,7 +318,7 @@ liberator.Completion = function () //{{{
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
liberator.dump(liberator.util.escapeString(string) + ": " + e + "\n" + e.stack + "\n");
|
||||
liberator.dump(liberator.util.escapeString(string) + ": " + e + "\n" + e.stack);
|
||||
lastIdx = 0;
|
||||
return [0, []];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user