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

Fixes: https://github.com/nodejs/node/issues/38606 #38610

Closed
wants to merge 6 commits into from

Conversation

ihiteshsharma
Copy link
Contributor

@ihiteshsharma ihiteshsharma commented May 9, 2021

Fixes: #38606

@github-actions github-actions bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels May 9, 2021
doc/api/fs.md Outdated Show resolved Hide resolved
doc/api/fs.md Outdated Show resolved Hide resolved
Copy link
Member

@marsonya marsonya left a comment

Choose a reason for hiding this comment

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

kindly move the section writeStream.close([callback]) below writeStream.bytesWritten to maintain the ASCII order based on headings

@ihiteshsharma
Copy link
Contributor Author

Hi, thank you for your comments. Please see if everything looks okay. This is my first ever issue that I have contributed to. So any other pointers or direction that I should keep in mind going forward contributing to other issues will be appreciated. :)

doc/api/fs.md Outdated Show resolved Hide resolved
doc/api/fs.md Outdated Show resolved Hide resolved
Co-authored-by: Rich Trott <rtrott@gmail.com>
@RaisinTen RaisinTen added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 15, 2021
jasnell pushed a commit that referenced this pull request May 17, 2021
PR-URL: #38610
Fixes: #38606
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
@jasnell
Copy link
Member

jasnell commented May 17, 2021

Landed in 5b90748

@jasnell jasnell closed this May 17, 2021
targos pushed a commit that referenced this pull request May 18, 2021
PR-URL: #38610
Fixes: #38606
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
targos pushed a commit that referenced this pull request Sep 4, 2021
PR-URL: #38610
Fixes: #38606
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
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 pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

doc: Missing instance method for fs.createWriteStream()
7 participants