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

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: fix callback argument of child_process.exec, execFile
Fixes #3196.
  • Loading branch information
ando-takahiro authored and koichik committed May 4, 2012
1 parent df2c5fa commit ebd0f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/child_process.markdown
Expand Up @@ -234,7 +234,7 @@ See also: `child_process.exec()` and `child_process.fork()`
* `maxBuffer` {Number} (Default: 200*1024)
* `killSignal` {String} (Default: 'SIGTERM')
* `callback` {Function} called with the output when process terminates
* `code` {Integer} Exit code
* `error` {Error}
* `stdout` {Buffer}
* `stderr` {Buffer}
* Return: ChildProcess object
Expand Down Expand Up @@ -291,7 +291,7 @@ the child process is killed.
* `maxBuffer` {Number} (Default: 200*1024)
* `killSignal` {String} (Default: 'SIGTERM')
* `callback` {Function} called with the output when process terminates
* `code` {Integer} Exit code
* `error` {Error}
* `stdout` {Buffer}
* `stderr` {Buffer}
* Return: ChildProcess object
Expand Down

0 comments on commit ebd0f98

Please sign in to comment.