Skip to content

Conversation

@gmaclennan
Copy link
Contributor

In node.js it is standard practice for the first argument of a callback to be reserved for passing an error, and should null if there is no error.
This is a breaking change that will cause existing code to not work, but it follows conventions used by most other node libraries.

@gmaclennan gmaclennan changed the title callback returns first argument as null if no error callback should return first argument as null if no error Dec 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant