Permalink
Please sign in to comment.
Browse files
lib: use `internal/options` to query `--abort-on-uncaught-exception`
Instead of using `internalBinding('config').shouldAbortOnUncaughtException`. Also removes that property from the binding. PR-URL: #25862 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
- Loading branch information...
Showing
with
17 additions
and 6 deletions.
- +6 −1 lib/internal/async_hooks.js
- +3 −1 lib/internal/policy/manifest.js
- +0 −3 src/node_config.cc
- +8 −1 src/node_options.cc
0 comments on commit
b44131a