mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-29 01:27:00 +03:00
Note that stderr is optional
This commit is contained in:
parent
0fc2f70dc5
commit
ffbce2020e
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user