mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +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;
|
if (e2.code !== 'EEXIST') throw e;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.error('Error reading settings file: ' + e);
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
||||||
return cloneDeep(defaultSettings);
|
return cloneDeep(defaultSettings);
|
||||||
|
|||||||
Reference in New Issue
Block a user