1
0
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:
Kris Maglione
2011-02-07 18:34:48 -05:00
parent a94832ef15
commit ee03cbd2ce
5 changed files with 16 additions and 17 deletions

View File

@@ -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)