waterbearlang / waterbear

Visual block syntax for programming languages
http://waterbearlang.com/
357 stars 88 forks source link

Catch exceptions in runtime and stop script #1270

Open dethe opened 8 years ago

dethe commented 8 years ago

Right now if you remove a block while the script is running it can easily cause an exception and break Waterbear. We should handle this gracefully and simply stop the script from running.