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: delay throwing an error using throwDeprecation #32312

Commits on Mar 17, 2020

  1. process: delay throwing an error using throwDeprecation

    This makes sure all warnings that were triggered before a deprecation
    warning during the same tick are properly handled and logged.
    
    It also guarantees that users can not catch the error anymore.
    
    Fixes: nodejs#17871
    BridgeAR committed Mar 17, 2020
    Copy the full SHA
    a07e1b3 View commit details
    Browse the repository at this point in the history