Skip to content

fs: remove unneeded return statement - #48526

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
lpinca:remove/return-statement
Jun 26, 2023
Merged

fs: remove unneeded return statement#48526
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
lpinca:remove/return-statement

Conversation

@lpinca

Copy link
Copy Markdown
Member

The writable._write() implementation does not need to return anything, only call the callback.

@nodejs-github-botnodejs-github-bot added fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. labels Jun 22, 2023
@lpinca
lpincaforce-pushed the remove/return-statement branch from 4e3ba1c to d7014d6CompareJune 22, 2023 19:57
The `writable._write()` implementation does not need to return anything,
only call the callback.
@lpinca
lpincaforce-pushed the remove/return-statement branch from d7014d6 to 6fb96bbCompareJune 22, 2023 19:59
@lpincalpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 22, 2023
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 22, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@debadree25debadree25 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Jun 24, 2023
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 24, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@lpincalpinca added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 26, 2023
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 26, 2023
@nodejs-github-bot
nodejs-github-bot merged commit d09ff0d into nodejs:mainJun 26, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in d09ff0d

RafaelGSS pushed a commit that referenced this pull request Jul 3, 2023
The `writable._write()` implementation does not need to return anything,
only call the callback.
PR-URL: #48526
Reviewed-By: Keyhan Vakil <kvakil@sylph.kvakil.me>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
@RafaelGSSRafaelGSS mentioned this pull request Jul 3, 2023
Ceres6 pushed a commit to Ceres6/node that referenced this pull request Aug 14, 2023
The `writable._write()` implementation does not need to return anything,
only call the callback.
PR-URL: nodejs#48526
Reviewed-By: Keyhan Vakil <kvakil@sylph.kvakil.me>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
Ceres6 pushed a commit to Ceres6/node that referenced this pull request Aug 14, 2023
The `writable._write()` implementation does not need to return anything,
only call the callback.
PR-URL: nodejs#48526
Reviewed-By: Keyhan Vakil <kvakil@sylph.kvakil.me>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
@lpinca
lpinca deleted the remove/return-statement branch September 6, 2023 12:45
ruyadorno pushed a commit that referenced this pull request Sep 10, 2023
The `writable._write()` implementation does not need to return anything,
only call the callback.
PR-URL: #48526
Reviewed-By: Keyhan Vakil <kvakil@sylph.kvakil.me>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
@ruyadornoruyadorno mentioned this pull request Sep 10, 2023
ruyadorno pushed a commit that referenced this pull request Sep 13, 2023
The `writable._write()` implementation does not need to return anything,
only call the callback.
PR-URL: #48526
Reviewed-By: Keyhan Vakil <kvakil@sylph.kvakil.me>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
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.fsIssues and PRs related to the fs subsystem / file system.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@lpinca@nodejs-github-bot@deokjinkim@debadree25@kvakil