BoraxTheClean / adaptable-antelopes

Code Jam 2021 adaptable antelopes team
MIT License
1 stars 0 forks source link

Fix for error saving file within nonexistent directory #69

Closed ghost closed 3 years ago

ghost commented 3 years ago

I fixed two small issues:

  1. Trying to save a file within a nonexistent directory now causes the save to abort with the generic invalid path message.
  2. If an IOException occurs when the ThoughtBox instance tries to read the last opened file, the app now opens to a blank screen.