Skip to content

Conversation

@cojohn
Copy link

@cojohn cojohn commented Sep 17, 2012

child_process.spawn in Node.js versions prior to 0.7 use the exit event to signal that the child process has finished; newer versions use the close event. Listening to the exit event in version >= 0.7 will result in occasional data loss if the exit event fires before close.

jscheid added a commit to waysact/webpack-closure-compiler that referenced this pull request Nov 18, 2015
Listening to the exit event leads to occasional data loss.

See nateps/connect-gzip#18
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.

1 participant