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

Commits on Sep 3, 2020

  1. quic: remove undefined variable

    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 committed Sep 3, 2020
    Copy the full SHA
    449f73e View commit details
    Browse the repository at this point in the history