mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 18:55:47 +01:00
Don't report NS_BINDING_ABORTED errors. Closes issue #19.
--HG-- extra : rebase_source : 60d1dff29dede7d93b33912ff1dc9d25461dbd71
This commit is contained in:
@@ -1040,6 +1040,8 @@ const Dactyl = Module("dactyl", {
|
|||||||
dactyl.beep();
|
dactyl.beep();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (error.result == Cr.NS_BINDING_ABORTED)
|
||||||
|
return;
|
||||||
if (echo)
|
if (echo)
|
||||||
dactyl.echoerr(error);
|
dactyl.echoerr(error);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user