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

errors: display Node.js version at the end of stacktraces on fatal exception that causes exit #38332

Closed
wants to merge 2 commits into from
Closed

errors: display Node.js version at the end of stacktraces on fatal exception that causes exit #38332

wants to merge 2 commits into from

Commits on Sep 1, 2021

  1. errors: display version on fatal exception that causes exit

    Display Node.js version at the end of stacktraces
    on fatal exception that causes exit.
    Easier for debugging so you don't have
    to ask "what node version are you on?",
    it is directly in the error the user
    copy/paste from when asking for help.
    
    Fixes: #29731
    theoludwig committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    6505966 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. fixup!: errors: update test/parallel/test-error-reporting.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    theoludwig and aduh95 authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    4725e66 View commit details
    Browse the repository at this point in the history