octoblu / gateblu-forever

Gateblu using forever to run devices in their own processes
http://gateblu.octoblu.com
MIT License
2 stars 3 forks source link

Poor exception handling in GatebluCommand.getOptions() #9

Closed cwegener closed 3 years ago

cwegener commented 8 years ago

Instead of proper display of the actual exception error, a generic and incorrect message of 'Invalid Meshblu JSON' is being displayed in the catch block of GatebluCommand.getOptions()

This drove me a bit mad in my troubleshooting.

Resolution: Output actual exception messages to console.