Commit d5119c0
authored
Don't load non-existent JSON (#8450)
Prevent this error when a new JSON settings is saved:
```
[ error ] ofLoadJson: Error loading json from "/Users/steve/Documents/MarkSynth/settings/synth1/settings-4.json": file doesn't exist
```
I'm also suspicious of L235-237 for the same reason, but there's no error message when loading a non-existent XML so not sure.1 parent b691e6b commit d5119c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
0 commit comments