stream: call done() in consistent fashion by Trott · Pull Request #39475 · nodejs/node · GitHub
Skip to content

stream: call done() in consistent fashion#39475

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:consistency
Closed

stream: call done() in consistent fashion#39475
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:consistency

Conversation

@Trott

@Trott Trott commented Jul 20, 2021

Copy link
Copy Markdown
Member

All three destroy() functions defined in adapter.js contain a done()
function that takes no arguments. In one instance, however, an argument
is nonetheless passed. Remove it for consistency.

All three `destroy()` functions defined in adapter.js contain a `done()`
function that takes no arguments. In one instance, however, an argument
is nonetheless passed. Remove it for consistency.
@nodejs-github-bot nodejs-github-bot added the needs-ci PRs that need a full CI run. label Jul 20, 2021
@Trott Trott added the request-ci Add this label to start a Jenkins CI on a PR. label Jul 20, 2021
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jul 20, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@Trott Trott added the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 22, 2021
@github-actions github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 22, 2021
@github-actions

Copy link
Copy Markdown
Contributor

Landed in f6b2893...44ee6c2

@github-actions github-actions Bot closed this Jul 22, 2021
nodejs-github-bot pushed a commit that referenced this pull request Jul 22, 2021
All three `destroy()` functions defined in adapter.js contain a `done()`
function that takes no arguments. In one instance, however, an argument
is nonetheless passed. Remove it for consistency.

PR-URL: #39475
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Evan Lucas <evanlucas@me.com>
@targos

targos commented Jul 25, 2021

Copy link
Copy Markdown
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants