[AppSettings] Fix erroring with stripped builds
This commit is contained in:
parent
407add2ad6
commit
b8f6784911
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue