The settings.json being corrupted causes failure to connect on start #86
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: 16mm/mcopy#86
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the case that the settings.json is an empty file (for instance) the app will refuse to start. The settings class has been reworked since the version the behavior appears on, but a catastrophic parse error should crash the app or cause the file to be re-written. Also it is unclear how a blank settings.json file could be written in the first place. Possibly quitting mid-write?