Skip to content

lib: remove default assignment - #39983

Closed
ghost wants to merge 1 commit into
masterfrom
unknown repository
Closed

lib: remove default assignment#39983
ghost wants to merge 1 commit into
masterfrom
unknown repository

Conversation

@ghost

@ghostghost commented Sep 3, 2021

Copy link
Copy Markdown

There's no need to set to 'false', because we will set the value according to the actual condition.

@nodejs-github-botnodejs-github-bot added the needs-ci PRs that need a full CI run. label Sep 3, 2021
Comment threadlib/internal/streams/from.js Outdated
There's no need to set 'false' to 'isAsync' because we've declared it
before.
@ghost
ghost requested a review from tniessenSeptember 3, 2021 22:49
@ghostghost changed the title lib: remove useless statementlib: remove default assignmentSep 3, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@RaisinTenRaisinTen added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. and removed needs-ci PRs that need a full CI run. labels Sep 5, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

targos pushed a commit that referenced this pull request Sep 18, 2021
There's no need to set 'false' to 'isAsync' because we've declared it
before.
PR-URL: #39983
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
@targos

Copy link
Copy Markdown
Member

Landed in 8900a46

@targostargos closed this Sep 18, 2021
BethGriggs pushed a commit that referenced this pull request Sep 21, 2021
There's no need to set 'false' to 'isAsync' because we've declared it
before.
PR-URL: #39983
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
BethGriggs pushed a commit that referenced this pull request Sep 21, 2021
There's no need to set 'false' to 'isAsync' because we've declared it
before.
PR-URL: #39983
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
@BethGriggsBethGriggs mentioned this pull request Sep 21, 2021
1 task
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@nodejs-github-bot@targos@jasnell@lpinca@tniessen@RaisinTen