internal/errors: improve ERR_INVALID_ARG_TYPE by BridgeAR · Pull Request #13730 · nodejs/node
added
the
errors
label
Jun 17, 2017
refack
added
the
semver-major
label
Jun 17, 2017
jasnell
removed
the
semver-major
label
Jun 20, 2017The error message might be misleading if a object property was the issue and not the argument itself. Fix this by checking if a argument or a property is passed to the handler function.
refack pushed a commit to refack/node that referenced this pull request
Jun 22, 2017The error message might be misleading if an object property was the issue and not the argument itself. Fix this by checking if a argument or a property is passed to the handler function. PR-URL: nodejs#13730 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
This was referenced
Jun 25, 2017This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters