mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 08:02:27 +01:00
Added tag pentadactyl-1.0b7 for changeset 2281deb4c132
This commit is contained in:
@@ -151,7 +151,7 @@ function defineModule(name, params, module) {
|
||||
defineModule.loadLog = [];
|
||||
Object.defineProperty(defineModule.loadLog, "push", {
|
||||
value: function (val) {
|
||||
if (false)
|
||||
if (true)
|
||||
defineModule.dump(val + "\n");
|
||||
this[this.length] = Date.now() + " " + val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user