play-co / devkit

HTML 5 game platform for browser and mobile
http://docs.gameclosure.com
624 stars 126 forks source link

failed build should stop spinner and notify user #247

Open collingreen opened 9 years ago

collingreen commented 9 years ago

If there is an exception while building for the simulator, devkit serve does not output it locally and the simulator just spins forever. It might be better if the simulator displayed the message body on 500 if available (currently it is sent the message and the stack trace), and devkit serve printed the error and/or stacktrace locally as well.