mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 19:12:26 +01:00
Dump a stack on failed module load
This commit is contained in:
@@ -52,6 +52,7 @@ const liberator = (function () //{{{
|
||||
toJavaScriptConsole();
|
||||
Components.utils.reportError(e);
|
||||
liberator.dump(e + "\n");
|
||||
liberator.dump(e.stack + "\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user