Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`test-child-process-fork-net2.js` has a switch statement with 6 cases. Each case uses `child.send()`, passing an object for the callback. `child.send()` ignores the callback because it is not a function. Removing the unused argument. PR-URL: #4870 Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
- Loading branch information