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