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

promise: warning on unhandled rejection #8217

Closed
wants to merge 2 commits into from

Commits on Aug 29, 2016

  1. promise: warn on unhandled rejections

    Log unhandled promise rejections with a guid and emit
    a process warning. When rejection is eventually handled,
    emit a secondary warning.
    
    PR-URL: nodejs#8217
    Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    benjamingr authored and jasnell committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    aedb5db View commit details
    Browse the repository at this point in the history
  2. promise: hard deprecation for unhandled promise rejection

    PR-URL: nodejs#8217
    Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    jasnell committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    95ac7bf View commit details
    Browse the repository at this point in the history