Shouldn't blow up here, actually. whoops.

Revert "Blow up for settings as well"

This reverts commit 41d5b1ec7d.
This commit is contained in:
Eliot Partridge
2019-08-29 23:19:07 -05:00
parent 41d5b1ec7d
commit 3fbdcc47cf
+1 -1
View File
@@ -25,7 +25,7 @@ export async function loadSettings() {
if (e2.code !== 'EEXIST') throw e;
}
} else {
throw e;
console.error('Error reading settings file: ' + e);
}
return cloneDeep(defaultSettings);