mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 20:14:12 +01:00
Fix some bugs.
--HG-- branch : groups
This commit is contained in:
@@ -1358,7 +1358,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
*/
|
||||
reportError: function reportError(error, echo) {
|
||||
if (error instanceof FailedAssertion || error.message === "Interrupted") {
|
||||
|
||||
let context = contexts.context;
|
||||
let prefix = context ? context.file + ":" + context.line + ": " : "";
|
||||
if (error.message && error.message.indexOf(prefix) !== 0)
|
||||
|
||||
Reference in New Issue
Block a user