Skip to content

src: honor --abort_on_uncaught_exception flag#2776

Merged
evanlucas merged 2 commits intonodejs:masterfrom
evanlucas:fixabrt
Sep 17, 2015
Merged

src: honor --abort_on_uncaught_exception flag#2776
evanlucas merged 2 commits intonodejs:masterfrom
evanlucas:fixabrt

Conversation

@evanlucas
Copy link
Contributor

Fix regression introduced in 0af4c9e
that ignores the --abort-on-uncaught-exception flag. Prior to that
commit, the flag was passed through to v8. After that commit, the
process just calls exit(1).

The tests added in 0af4c9e all are still passing.

There probably is a better way of doing this, but this is working for me, so...

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.