mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 14:24:17 +01:00
Make :undo a bit saner. Add TODO about config.name checks.
This commit is contained in:
@@ -711,7 +711,7 @@ const liberator = (function () //{{{
|
||||
msg = util.objectToString(msg);
|
||||
else
|
||||
msg += "\n";
|
||||
window.dump(("config" in modules && config.name.toLowerCase()) + ": " + msg);
|
||||
window.dump(msg.replace(/^./gm, ("config" in modules && config.name.toLowerCase()) + ": $&"));
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user