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

cli: add --trace-exit cli option #30516

Closed
wants to merge 3 commits into from
Closed

Commits on Dec 6, 2019

  1. cli: add --trace-exit cli option

    It could be convenient to trace abnormal exit of the Node.js processes
    that printing stacktrace on each `process.exit` call with a cli option.
    This also takes effects on worker threads.
    legendecas committed Dec 6, 2019
    Copy the full SHA
    42266da View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1b99ae9 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Copy the full SHA
    3acd073 View commit details
    Browse the repository at this point in the history