Note that stderr is optional

This commit is contained in:
Matt Colyer 2013-10-21 16:31:15 -07:00
parent 0fc2f70dc5
commit ffbce2020e

View File

@ -28,7 +28,7 @@ class BufferedNodeProcess extends BufferedProcess
# standard error of the script. The callback is called as data is
# received but it's buffered to ensure only complete lines are passed
# until the source stream closes. After the source stream has closed
# all remaining data is sent in a final call.
# all remaining data is sent in a final call (optional).
# + exit:
# The callback which receives a single argument containing the exit
# status (optional).