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.
Perhaps the fix is simply to implement console.log and the like using this kind of file descriptor writing mechanism
Well, console.log and friends are already supposed to be blocking iff stdout/stderr is a tty or a file (but not a pipe to another process.) If you're seeing - or rather, not seeing - dropped messages, that means something is not working as expected.
I've come across this issue in a few places while experimenting with nodejs the past few days. The issue is pretty simple and is documented here:
http://stackoverflow.com/questions/15937266/nodejs-console-log-not-writing-before-error
The text was updated successfully, but these errors were encountered: