1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 14:27:59 +01:00

Use the debugger for object property completion.

This commit is contained in:
Kris Maglione
2009-11-11 07:53:47 -05:00
parent f8ddb3e9c3
commit ee91adc5ad
4 changed files with 29 additions and 17 deletions

View File

@@ -61,7 +61,7 @@ window.addEventListener("load", function () {
fn();
}
catch (e) {
dump("Loading " + (module && module.name) + ": " + e);
dump("Loading " + (module && module.name) + ": " + e + "\n");
if (e.stack)
dump(e.stack);
}