mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Blow up for settings as well
This commit is contained in:
@@ -25,7 +25,7 @@ export async function loadSettings() {
|
||||
if (e2.code !== 'EEXIST') throw e;
|
||||
}
|
||||
} else {
|
||||
console.error('Error reading settings file: ' + e);
|
||||
throw e;
|
||||
}
|
||||
|
||||
return cloneDeep(defaultSettings);
|
||||
|
||||
Reference in New Issue
Block a user