Browse Source

Remove a confusing sentence in the docs

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
92c5634cbd
  1. 3
      doc/api.markdown

3
doc/api.markdown

@ -925,9 +925,6 @@ normally, `code` is the final exit code of the process, otherwise `null`. If
the process terminated due to receipt of a signal, `signal` is the string name
of the signal, otherwise `null`.
After this event is emitted, the `'output'` and `'error'` callbacks will no
longer be made.
See `waitpid(2)`.
### child.stdin

Loading…
Cancel
Save