node icon indicating copy to clipboard operation
node copied to clipboard

fs: remove unneeded return statement

Open lpinca opened this issue 2 years ago • 4 comments

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

lpinca avatar Jun 22 '23 19:06 lpinca

CI: https://ci.nodejs.org/job/node-test-pull-request/52364/

nodejs-github-bot avatar Jun 22 '23 20:06 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/52386/

nodejs-github-bot avatar Jun 23 '23 07:06 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/52389/

nodejs-github-bot avatar Jun 23 '23 11:06 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/52398/

nodejs-github-bot avatar Jun 23 '23 15:06 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/52412/

nodejs-github-bot avatar Jun 23 '23 23:06 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/52419/

nodejs-github-bot avatar Jun 24 '23 07:06 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/52464/

nodejs-github-bot avatar Jun 25 '23 16:06 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/52469/

nodejs-github-bot avatar Jun 25 '23 17:06 nodejs-github-bot

Landed in d09ff0db705ec17edd939080de3c18758e628787

nodejs-github-bot avatar Jun 26 '23 09:06 nodejs-github-bot