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

process: swallow stdout/stderr error events #9470

Closed
wants to merge 1 commit into from

Commits on Nov 4, 2016

  1. process: swallow stdout/stderr error events

    This is a step in making `console` safe, swallows EPIPE and other
    errors by registering an empty 'error' event listener.
    
    Also fixes writes to stdout/stderr not working after `end()` is called,
    even though we already override `destroy()` so the stream is never
    actually closed.
    
    Refs: nodejs#831
    Fixes: nodejs#947
    Fixes: nodejs#9403
    Fishrock123 committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    373402f View commit details
    Browse the repository at this point in the history