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

doc: stdout/stderr can block when directed to file #3170

Merged
merged 1 commit into from
Nov 5, 2015

Commits on Nov 5, 2015

  1. doc: stdout/stderr can block when directed to file

    Update the documentation for `process.stdout` and `process.stdout` to
    clarify that writes can block when stdio is redirected to a file.  In
    all other cases, it's non-blocking.
    
    PR-URL: nodejs#3170
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    bnoordhuis committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    dac1d38 View commit details
    Browse the repository at this point in the history