mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Shouldn't blow up here, actually. whoops.
Revert "Blow up for settings as well"
This reverts commit 41d5b1ec7d.
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 {
|
||||||
throw e;
|
console.error('Error reading settings file: ' + e);
|
||||||
}
|
}
|
||||||
|
|
||||||
return cloneDeep(defaultSettings);
|
return cloneDeep(defaultSettings);
|
||||||
|
|||||||
Reference in New Issue
Block a user