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: Change default --unhandled-rejections=throw #33021

Closed
wants to merge 1 commit into from

Commits on Sep 14, 2020

  1. process: Change default --unhandled-rejections=throw

    This is a semver-major change that resolves DEP0018.
    
    All users that have set an unhandledRejection hook or set a non-default
    value for the --unhandled-rejections flag will see no change in behavior
    after this change.
    
    Fixes: nodejs#20392
    Refs: https://nodejs.org/dist/latest/docs/api/deprecations.html#deprecations_dep0018_unhandled_promise_rejections
    dfabulich committed Sep 14, 2020
    Copy the full SHA
    56f214a View commit details
    Browse the repository at this point in the history