Files
meteor/tools/utils
Martijn Walraven b2c5ff4d5a Allow specifying a destination option for execFileSync/Async
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.
2015-08-26 19:26:55 +02:00
..
2015-08-03 20:32:38 -07:00
2015-08-03 20:32:38 -07:00
2015-08-03 20:32:38 -07:00
2015-08-11 15:30:19 -07:00
2015-08-06 16:41:19 -07:00