Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

domains: fix issues with abort on uncaught #8666

Closed
wants to merge 2 commits into from

Commits on Nov 19, 2014

  1. domains: fix issues with abort on uncaught

    Do not abort the process if an error is thrown from within a domain, an
    error handler is setup for the domain and --abort-on-uncaught-exception
    was passed on the command line.
    
    However, if an error is thrown from within the top-level domain's error
    handler and --abort-on-uncaught-exception was passed on the command
    line, make the process abort.
    
    Fixes nodejs#8631. Also fixes nodejs#8630.
    Julien Gilli committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    8a80fed View commit details
    Browse the repository at this point in the history
  2. Make tests not dump core

    Julien Gilli committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    fa0a8f1 View commit details
    Browse the repository at this point in the history