Commit Graph

1 Commits (120f7cf55fb977a145dca0ed840ea5a07730da05)

Author SHA1 Message Date
Fedor Indutny e796e11087 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-30 21:26:19 +04:00