Skip to content

doc: remove "Synchronously" for fsPromises.rm() - #35568

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:promise-asycnronicity
Closed

doc: remove "Synchronously" for fsPromises.rm()#35568
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:promise-asycnronicity

Conversation

@Trott

@TrottTrott commented Oct 9, 2020

Copy link
Copy Markdown
Member

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-botnodejs-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

@benjamingrbenjamingr left a comment

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.

huh

@aduh95

aduh95 commented Oct 9, 2020

Copy link
Copy Markdown
Contributor

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

@bcoe

bcoe commented Oct 9, 2020

Copy link
Copy Markdown
Contributor

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

#35561

@Trott

Copy link
Copy Markdown
MemberAuthor

Addressed by 71a48c3

@TrottTrott closed this Oct 11, 2020
@Trott
Trott deleted the promise-asycnronicity branch October 11, 2020 12:19
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.fsIssues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Trott@aduh95@bcoe@benjamingr@nodejs-github-bot