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: fix unsafe writable stream code examples #29425

Closed

Commits on Sep 3, 2019

  1. doc: fix unsafe writable stream code example

    Update writable stream code example using async iterator to use safer
    `finished()` method instead of a `finish` event to avoid uncaught
    exceptions
    
    Fixes: nodejs#29397
    ckarande committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    7e81a16 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    b3a2df2 View commit details
    Browse the repository at this point in the history