mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
If specified, instead of capturing the output, the child process stdout will be piped to the destination stream. Although the standard spawn stdio option lets you pass in streams, these have to be connected to an open file descriptor. The destination option allows you to use any Writable, so it can be used with a Transform for instance.