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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workaround_node_js_stdout_exit #2587

Merged
merged 1 commit into from
Jul 28, 2014

Conversation

juj
Copy link
Collaborator

@juj juj commented Jul 27, 2014

Work around node.js bug nodejs/node-v0.x-archive#1669 where stdout buffer is not flushed at process exit and console.log()s performed by the application might not get printed. Fixes #2582

…ffer is not flushed at process exit and console.log()s performed by the application might not get printed. Fixes emscripten-core#2582
@juj juj added the tests label Jul 28, 2014
kripken added a commit that referenced this pull request Jul 28, 2014
@kripken kripken merged commit b131984 into emscripten-core:incoming Jul 28, 2014
@juj
Copy link
Collaborator Author

juj commented Sep 7, 2014

This workaround is still needed, nodejs/node-v0.x-archive#8329.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Several tests fail on Windows due to a node.js bug.
2 participants