mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
fixed xpi generation; made dumpStack() more readable by NOT removing \n
This commit is contained in:
@@ -660,7 +660,8 @@ const liberator = (function () //{{{
|
||||
|
||||
dumpStack: function (msg)
|
||||
{
|
||||
liberator.dump((msg || "") + (new Error()).stack.replace(/.*\n/, ""));
|
||||
//liberator.dump((msg || "") + (new Error()).stack.replace(/.*\n/, ""));
|
||||
liberator.dump((msg || "") + (new Error()).stack);
|
||||
},
|
||||
|
||||
eval: function (str)
|
||||
|
||||
Reference in New Issue
Block a user