Commit Graph

1 Commits (0f3d7e6032052b4a02e04dabdc02104206d1825e)

Author SHA1 Message Date
Fedor Indutny fc26fd6b38 node: do not ever close stdio
Even if stdio streams are opened as file streams, we should not ever try
to close them. This could be accomplished by passing `autoClose: false`
in options on their creation.
2014-01-29 03:27:23 +04:00