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

test: add useful info to error msg and refactor #18541

Closed

Commits on Feb 7, 2018

  1. test: add useful info to error msg and refactor

    Add useful info about process.domain to error meesages in the
    uncaughtException event listener and the beforeExit event listener.
    
    Refactor code such as using template literals, and also make sure
    uncaughtException listner is detached after firing once to avoid
    endless loop in case of exception throw in the beforeExit event
    listner.
    chinhuang007 committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    6d1103a View commit details
    Browse the repository at this point in the history