Be careful 2019r2 crash recovery isn't working, make this change

Just a quick warning for those that don’t do this already, crash recovery doesn’t seem to be working in 2019r2 so you might want to add a Build Step to your work with the following one line in so your project auto-saves every time you run.

Just right click your current platform under Build Settings, Add To > Build Step > Script

DoCommand "SaveFile"

<https://xojo.com/issue/57884>