[AppSettings] Fix erroring with stripped builds

This commit is contained in:
Ducko 2022-04-22 18:21:26 +01:00
parent 407add2ad6
commit b8f6784911
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}