You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
@piscisaureus Yeah, if you want to pipe a child process's stdout and stderr to the same log file, you'd pass in the fd of that log file, and -1 to use the default child proc's stdin. So, it'd be something like [-1, fd, fd].
Of course, we'll need some kind of cross-platform API for this, but I'm not sure what that would look like. In the meantime, supporting customFds as-is on unix would be good.
Script: https://gist.github.com/1214279
Expected 0.4 behavior: open vim as a child process of node.
Actual: node freezes without any output
The text was updated successfully, but these errors were encountered: