★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/25862Nouvelle recherche | Portail wanayoo
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

lib: use `internal/options` to query `--abort-on-uncaught-exception` #25862

Closed
wants to merge 1 commit into from

Conversation

Projects
None yet
7 participants
@joyeecheung
Copy link
Member

commented Feb 1, 2019

Instead of using
internalBinding('config').shouldAbortOnUncaughtException.
Also removes that property from the binding.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
@joyeecheung

This comment has been minimized.

Copy link
Member Author

commented Feb 1, 2019

@lpinca

lpinca approved these changes Feb 1, 2019

@devsnek

devsnek approved these changes Feb 1, 2019

@addaleax
Copy link
Member

left a comment

LGTM but this needs a rebase :)

@cjihrig

cjihrig approved these changes Feb 2, 2019

lib: use `internal/options` to query `--abort-on-uncaught-exception`
Instead of using
`internalBinding('config').shouldAbortOnUncaughtException`.
Also removes that property from the binding.

@joyeecheung joyeecheung force-pushed the joyeecheung:shouldabort branch from 0995c7e to c9475ec Feb 7, 2019

@joyeecheung

This comment has been minimized.

Copy link
Member Author

commented Feb 7, 2019

@joyeecheung

This comment has been minimized.

Copy link
Member Author

commented Feb 7, 2019

@joyeecheung

This comment has been minimized.

Copy link
Member Author

commented Feb 8, 2019

Landed in b44131a

@joyeecheung joyeecheung closed this Feb 8, 2019

joyeecheung added a commit that referenced this pull request Feb 8, 2019

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>

addaleax added a commit that referenced this pull request Feb 8, 2019

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>

@targos targos referenced this pull request Feb 14, 2019

Merged

v11.10.0 proposal #26098

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.