mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-15 11:23:30 +01:00
Re-enable error reporting during mapping execution.
--HG-- branch : key-processing
This commit is contained in:
@@ -120,6 +120,7 @@ var Map = Class("Map", {
|
|||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
events.feedingKeys = false;
|
events.feedingKeys = false;
|
||||||
|
dactyl.reportError(e, true);
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
this.executing = false;
|
this.executing = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user