Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update promisify docs with behavior when bad arguments are passed
Currently the documentation states that promisify() will result in undefined behavior if bad arguments are passed. This is not necessarily the case, since the behavior is well defined, but just not useful. Fixes: nodejs#17569 (comment)
- Loading branch information