Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: Remove timeout arg in child_process.fork
Browse files Browse the repository at this point in the history
Fix #3784
  • Loading branch information
isaacs committed Jul 30, 2012
1 parent 5b37da2 commit f8dab6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/api/child_process.markdown
Expand Up @@ -517,7 +517,6 @@ leaner than `child_process.exec`. It has the same options.
* `cwd` {String} Current working directory of the child process
* `env` {Object} Environment key-value pairs
* `encoding` {String} (Default: 'utf8')
* `timeout` {Number} (Default: 0)
* Return: ChildProcess object

This is a special case of the `spawn()` functionality for spawning Node
Expand Down

0 comments on commit f8dab6a

Please sign in to comment.