mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 16:34:11 +01:00
Don't block the entire Firefox process during io.system.
--HG-- extra : rebase_source : 7e3889e5bf19cdd1726fdd5c3dcdb98f4f0374f5
This commit is contained in:
@@ -1003,7 +1003,7 @@ const Dactyl = Module("dactyl", {
|
||||
* @param {Object} error The error object.
|
||||
*/
|
||||
reportError: function reportError(error, echo) {
|
||||
if (error instanceof FailedAssertion) {
|
||||
if (error instanceof FailedAssertion || error.message === "Interrupted") {
|
||||
if (error.message)
|
||||
dactyl.echoerr(error.message);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user