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: describe when stdout/err is sync #10884

Merged
merged 1 commit into from
Feb 16, 2017

Commits on Feb 16, 2017

  1. doc: describe when stdout/err is sync

    process.stdout, process.stderr, and console.log() and console.error()
    which use the process streams, are usually synchronous. Warn about this,
    and clearly describe the conditions under which they are synchronous.
    
    Fix: nodejs#10617
    PR-URL: nodejs#10884
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    sam-github committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    5ba00af View commit details
    Browse the repository at this point in the history