FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fs: remove unneeded return statement by lpinca · Pull Request #48526 · nodejs/node · GitHub

/ node Public

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 commented Jun 22, 2023

Copy link
Copy Markdown
Member

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

nodejs-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 force-pushed the remove/return-statement branch from 4e3ba1c to d7014d6 Compare June 22, 2023 19:57
The `writable._write()` implementation does not need to return anything,
only call the callback.
lpinca force-pushed the remove/return-statement branch from d7014d6 to 6fb96bb Compare June 22, 2023 19:59
lpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 22, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 22, 2023

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

debadree25 added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Jun 24, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 24, 2023

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

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

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>
RafaelGSS 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 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>
ruyadorno 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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 outstanding review comments, and a CI started. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL