FireFox2000000/Moonscraper-Chart-Editor

Program crashes on attempting to save file that does not exist

vabold opened this issue · 1 comments

Steps to recreate:

  1. Create a new chart.
  2. Delete the chart file.
  3. 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.

Can't reproduce on other devices, must be user error.