Nexmo / nexmo-cli

Nexmo CLI (Command Line Interface)
https://nexmo.com
MIT License
78 stars 52 forks source link

Improve error catching to match changes in Node library #105

Closed cbetta closed 7 years ago

cbetta commented 7 years ago

Recent changes in the Node library have caused not all errors to be processed correctly. See nexmo/nexmo-node#78 . While this is being fixed we need to patch the CLI to process this correctly.

Closes #104