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

process: inspect error in case of a fatal exception #27243

Closed
wants to merge 1 commit into from

Commits on May 1, 2019

  1. process: inspect error in case of a fatal exception

    This makes sure that errors that shut down the application are
    inspected with `util.inspect()`. That makes sure that all extra
    properties on the error will be visible and also that the stack trace
    is highlighted (Node.js internal frames will be grey and node modules
    are underlined).
    BridgeAR committed May 1, 2019
    Configuration menu
    Copy the full SHA
    f044b21 View commit details
    Browse the repository at this point in the history