mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:22:27 +01:00
Fix prefixing of dump messages from base.jsm.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
sandbox.__proto__ = proto || modules;
|
||||
return sandbox;
|
||||
}
|
||||
const jsmodules = {};
|
||||
const jsmodules = { dump: function dump_(arg) window.dump("dactyl: " + arg + "\n") };
|
||||
const modules = {
|
||||
__proto__: jsmodules,
|
||||
get content() window.content,
|
||||
|
||||
Reference in New Issue
Block a user