summaryrefslogtreecommitdiff
path: root/test/parallel/test-cluster-fork-stdio.js
AgeCommit message (Collapse)Author
2016-08-01cluster: support stdio option for workerscjihrig
This commit allows setupMaster() to configure the stdio channels for worker processes. Refs: https://github.com/nodejs/node-v0.x-archive/issues/5727 Refs: https://github.com/nodejs/node/pull/7811 PR-URL: https://github.com/nodejs/node/pull/7838 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>