Add silent option to child_process.fork
authorAndreas Madsen <amwebdk@gmail.com>
Sat, 17 Dec 2011 10:52:40 +0000 (11:52 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 17 Dec 2011 20:53:44 +0000 (12:53 -0800)
commitb084322f52e5ecf4a18db56dfadf16036c792918
treec36c1afe4db2c272c3f7d063ac87ea5971e25b26
parent10d92b3dcd8dbe4e3fe7cce90f7e792fec3364d0
Add silent option to child_process.fork

Fixes #2354.
doc/api/child_processes.markdown
lib/child_process.js
test/simple/test-child-process-silent.js [new file with mode: 0644]