We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hey,
thanks for you work so far.
However, I'd appreciate some proper error handling, at best in a (de-facto) standard way, i.e. calling callbacks like
cb(error)
when an error occured, or
cb(null, result)
when everything is alright and we just want to pass the result.
I can change that myself but would like to know your feedback first
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hey,
thanks for you work so far.
However, I'd appreciate some proper error handling, at best in a (de-facto) standard way, i.e. calling callbacks like
when an error occured,
or
when everything is alright and we just want to pass the result.
I can change that myself but would like to know your feedback first
The text was updated successfully, but these errors were encountered: