1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 09:48:00 +01:00

Don't report NS_BINDING_ABORTED errors. Closes issue #19.

--HG--
extra : rebase_source : 60d1dff29dede7d93b33912ff1dc9d25461dbd71
This commit is contained in:
Kris Maglione
2010-09-24 07:36:47 -04:00
parent 88519c83f5
commit 4fe44a403a

View File

@@ -1040,6 +1040,8 @@ const Dactyl = Module("dactyl", {
dactyl.beep();
return;
}
if (error.result == Cr.NS_BINDING_ABORTED)
return;
if (echo)
dactyl.echoerr(error);