FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs: end(cb) cb can be invoked with error by rexagod · Pull Request #32238 · nodejs/node · GitHub

/ node Public

docs: end(cb) cb can be invoked with error - #32238

Closed
rexagod wants to merge 7 commits into
nodejs:masterfrom
rexagod:writable-end-docs
Closed

docs: end(cb) cb can be invoked with error#32238
rexagod wants to merge 7 commits into
nodejs:masterfrom
rexagod:writable-end-docs

Conversation

rexagod commented Mar 12, 2020
edited
Loading

Copy link
Copy Markdown
Member

update docs that the optional callback passed to
writable.end can be invoked in case of an error as well

fixes: #31220

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

update docs that the optional callback passed to
`writable.end` can be invoked in case of an error as well

fixes: nodejs#31220
nodejs-github-bot added doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem. labels Mar 12, 2020
Comment thread doc/api/stream.md Outdated

lpinca left a comment
edited
Loading

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I think we should also add an entry in the changes: array of the YAML metadata.

rexagod commented Mar 14, 2020

Copy link
Copy Markdown
Member Author

@lpinca Sorry, I don't know what you meant by that. Could you explain that a bit? Thanks!

Comment thread doc/api/stream.md Outdated

lpinca commented Mar 15, 2020

Copy link
Copy Markdown
Member

@rexagod see line 408-410. I mean an entry like that.

Comment thread doc/api/stream.md Outdated
rexagod requested a review from addaleax March 29, 2020 20:12
Comment thread doc/api/stream.md Outdated
Co-Authored-By: Anna Henningsen <github@addaleax.net>
addaleax added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Mar 29, 2020
addaleax pushed a commit that referenced this pull request Mar 30, 2020
Update docs that the optional callback passed to
`writable.end` can be invoked in case of an error as well.

PR-URL: #32238
Fixes: #31220
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

Copy link
Copy Markdown
Member

Landed in 6ade42b

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: end(cb) cb can be invoked with error

6 participants


Back | FazBrowse Home | New Git URL