[AppSettings] Fix erroring with stripped builds

pull/66/head
Oj 2 years ago
parent 407add2ad6
commit b8f6784911

@ -11,7 +11,7 @@ class Settings { // Heavily based on original for compat, but simplified and twe
Object.assign(this, {
path,
mod: this.getMod()
})
});
log('Settings', this.path, this.store);
}

Loading…
Cancel
Save