Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
child_process: expose ChildProcess constructor
Creates two new internal modules (child_process and socket_list) for better readability. Exposes the ChildProcess constructor from the child_process module so one can now `require(‘child_process’).ChildProcess` Fixes: #1751 PR-URL: #1760 Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
- Loading branch information