-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to catch error #20
Comments
Same problem here not able to catch the error.... [ERROR] Error |
Same here. Why is this error throws instead of being emitted? |
Can you please check version 0.9.4? thanks |
@koles I am using version 0.9.4 and I'm still getting that error, any idea how to handle it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
first of all, thanks for this excellent module.
Question : How error are supposed to be handled ?
The api seems to provide an 'error' event.
But even if you add an 'error' listener, there's a lot of throw new Error ("...") in the code base that makes error handling difficult.
The text was updated successfully, but these errors were encountered: