synth
synth copied to clipboard
Catch errors when reloading synth app
When synth in dev mode notices a back-end file has changed, it restarts the app. But if that app has a syntax error (or something similar), the entire process fails and needs to be manually restarted. Instead, it should catch the error and wait until another file is changed before restarting again.