Blow up for settings as well

This commit is contained in:
Eliot Partridge
2019-08-29 23:15:29 -05:00
parent 0d04bc06ae
commit 41d5b1ec7d
+1 -1
View File
@@ -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);