Uh oh!
There was an error while loading. Please reload this page.
docs: end(cb) cb can be invoked with error - #32238
Closed
rexagod wants to merge 7 commits into
Closed
Conversation
update docs that the optional callback passed to `writable.end` can be invoked in case of an error as well fixes: nodejs#31220
mscdex
reviewed
Mar 12, 2020
Uh oh!
There was an error while loading. Please reload this page.
lpinca
approved these changes
Mar 13, 2020
rexagod
commented
Mar 14, 2020
MemberAuthor
@lpinca Sorry, I don't know what you meant by that. Could you explain that a bit? Thanks! |
ronag
reviewed
Mar 14, 2020
Uh oh!
There was an error while loading. Please reload this page.
lpinca
commented
Mar 15, 2020
Member
@rexagod see line 408-410. I mean an entry like that. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: Anna Henningsen <github@addaleax.net>
addaleax
approved these changes
Mar 29, 2020
addaleax
commented
Mar 30, 2020
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update docs that the optional callback passed to
writable.endcan be invoked in case of an error as wellfixes: #31220
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes