Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait for input streams to close #11

Merged
merged 1 commit into from Jan 22, 2019
Merged

Wait for input streams to close #11

merged 1 commit into from Jan 22, 2019

Conversation

JorritPosthuma
Copy link
Contributor

As seen here: https://nodejs.org/api/child_process.html#child_process_event_exit, when listening on 'exit', child process stdio streams might still be open. I am missing output because of this (randomly). So wait for the close event should fix this 馃槉

As seen here: https://nodejs.org/api/child_process.html#child_process_event_exit, when listening on 'exit', child process stdio streams might still be open. I am missing output because of this (randomly). So wait for the close event should fix this 馃槉
@javiergarmon
Copy link

+1 Please, merge this pull request!

@TooTallNate TooTallNate merged commit be25982 into TooTallNate:master Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants