mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-12 20:45:47 +01:00
Added tag pentadactyl-1.0b4 for changeset 2c21fc6135f8.
This commit is contained in:
@@ -160,7 +160,7 @@ function defineModule(name, params) {
|
||||
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