Program crashes on attempting to save file that does not exist
vabold opened this issue · 1 comments
vabold commented
Steps to recreate:
- Create a new chart.
- Delete the chart file.
- Attempt to save the file.
This is an incredibly easy fix: create a check to see if the file still exists, and if it doesn't, create one and write to it.
vabold commented
Can't reproduce on other devices, must be user error.