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: remove "Synchronously" for fsPromises.rm() #35568

Closed
wants to merge 1 commit into from

Conversation

Trott
Copy link
Member

@Trott Trott commented Oct 9, 2020

Because it's a promise, fsPromises.rm() is asynchronous. That is
implicit in every other fsPromises entry, so this removes
"Synchronously" rather than replacing it with "Asynchronously".

@iansu @bcoe

Checklist

Because it's a promise, fsPromises.rm() is asynchronous. That is
implicit in every other fsPromises entry, so this removes
"Synchronously" rather than replacing it with "Asynchronously".
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels Oct 9, 2020
Copy link
Member

@benjamingr benjamingr left a comment

Choose a reason for hiding this comment

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

huh

@aduh95
Copy link
Contributor

aduh95 commented Oct 9, 2020

FYI there is already an open PR with this change: #35561.

@bcoe
Copy link
Contributor

bcoe commented Oct 9, 2020

Hey @Trott good catch, I think @cjihrig covers this here though:

#35561

@Trott
Copy link
Member Author

Trott commented Oct 11, 2020

Addressed by 71a48c3

@Trott Trott closed this Oct 11, 2020
@Trott Trott deleted the promise-asycnronicity branch October 11, 2020 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

5 participants