Commit Graph

1 Commits (bfe04ed286ffc6b9cd95681599522c78cac364e3)

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