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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user