Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: refactor test-child-process-send-type-error.js
* Add exit listener to child process to check return code. Previously, child process faiilure would not cause the test to fail. * Use common.mustNotCall() to guarantee callback is not invoked. * Insert blank line per test writing guide.
- Loading branch information