You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
You use function(result, err) as the signature for callbacks. Standard would be function(err, result). Nearly every other library uses callbacks this way and everyone would expect this lib to do the same.
The text was updated successfully, but these errors were encountered:
You use
function(result, err)
as the signature for callbacks. Standard would befunction(err, result)
. Nearly every other library uses callbacks this way and everyone would expect this lib to do the same.The text was updated successfully, but these errors were encountered: