inkle / inky

An editor for ink: inkle's narrative scripting language
http://www.inklestudios.com/ink
2.42k stars 296 forks source link

Fix bug when save file is cancelled, null path is passed around #521

Open MyristicaFragrans opened 5 days ago

MyristicaFragrans commented 5 days ago

A bug was occurring when one pressed save, and cancelled the save multiple times. I have added guards to related functions to reject null paths early. This is the error that is fixed: image