tonylukasavage / triple

REPL for Titanium
MIT License
96 stars 21 forks source link

Catch return value parsing errors #70

Closed tonylukasavage closed 10 years ago

tonylukasavage commented 10 years ago

The JSON.parse() call that handles return values in the server does no error handling. We should allow the developer to continue gracefully even if the return value fails.