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
fn(..., next) - where next(result) gets the result only (no err)
fn(..., next, fail) - where next(result) is same as above, and fail(err)
also could allow cb to have err in different position, currently throws validation err if not in first place, but could be relaxed to just check if has in any position
The text was updated successfully, but these errors were encountered:
Add support in for other callback styles:
The text was updated successfully, but these errors were encountered: