jsha / blocktogether

Share your blocks and subscribe to others'
GNU General Public License v3.0
330 stars 68 forks source link

Log uncaught exceptions #191

Closed jsha closed 9 years ago

jsha commented 9 years ago

Add a global uncaught exception handler in setup.js that logs the exception. Otherwise the stack trace goes to stdout, where it may not be seen.

jsha commented 9 years ago

Fixed.