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:
@@ -1040,6 +1040,8 @@ const Dactyl = Module("dactyl", {
|
||||
dactyl.beep();
|
||||
return;
|
||||
}
|
||||
if (error.result == Cr.NS_BINDING_ABORTED)
|
||||
return;
|
||||
if (echo)
|
||||
dactyl.echoerr(error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user