mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 06:05:46 +01:00
Finish moving dactyl.dump to util from last commit, and store the last 15 intercepted stack traces.
This commit is contained in:
@@ -299,7 +299,7 @@ const File = Class("File", {
|
||||
file.initWithPath(expandedPath);
|
||||
}
|
||||
catch (e) {
|
||||
dump("dactyl: " + e + "\n" + String.replace(e.stack, /^/gm, "dactyl: ") + "\n");
|
||||
util.reportError(e);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user