peteclark82 / cuke-tree

A hierarchical Cucumber test report generator and IDE for node.js
MIT License
12 stars 4 forks source link

Lost stdout output when executed through child_process.spawn #6

Closed simondean closed 11 years ago

simondean commented 11 years ago

In writing https://npmjs.org/package/grunt-cuke-tree I found that some of cuke-tree's stdout output is lost when executing cuke-tree though child_process.spawn. See https://github.com/joyent/node/issues/3737 for more information.