The Wayback Machine - http://web.archive.org/web/20220323004014/https://github.com/nodejs/node/pull/35007
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quic: remove undefined variable #35007

Merged
merged 1 commit into from Sep 3, 2020
Merged

quic: remove undefined variable #35007

merged 1 commit into from Sep 3, 2020

Conversation

Trott
Copy link
Member

@Trott Trott commented Sep 1, 2020

The reason variable never gets defined. It's use in a template string
will always end up as the string 'undefined'.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@Trott Trott requested a review from as a code owner Sep 1, 2020
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Sep 1, 2020

Review requested:

@nodejs-github-bot nodejs-github-bot added dont-land-on-v12.x dont-land-on-v14.x quic labels Sep 1, 2020
lpinca
lpinca approved these changes Sep 1, 2020
jasnell
jasnell approved these changes Sep 1, 2020
cjihrig
cjihrig approved these changes Sep 1, 2020
trivikr
trivikr approved these changes Sep 1, 2020
@Trott Trott added the request-ci label Sep 1, 2020
@github-actions github-actions bot removed the request-ci label Sep 1, 2020
@nodejs-github-bot

This comment has been hidden.

MrHeer
MrHeer approved these changes Sep 2, 2020
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Sep 2, 2020

@Trott Trott merged commit 449f73e into nodejs:master Sep 3, 2020
13 checks passed
The `reason` variable never gets defined. It's use in a template string
will always end up as the string `'undefined'`.

PR-URL: nodejs#35007
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@Trott
Copy link
Member Author

@Trott Trott commented Sep 3, 2020

Landed in 449f73e

@Trott Trott deleted the quic-fix branch Sep 3, 2020
joesepi added a commit to joesepi/node that referenced this issue Jan 8, 2021
The `reason` variable never gets defined. It's use in a template string
will always end up as the string `'undefined'`.

PR-URL: nodejs#35007
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dont-land-on-v12.x dont-land-on-v14.x quic
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

7 participants