Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 36 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterpriseslib: use `internal/options` to query `--abort-on-uncaught-exception` #25862
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
async_hooks
C++
labels
Feb 1, 2019
joyeecheung
requested a review
from
addaleax
Feb 1, 2019
This comment has been minimized.
This comment has been minimized.
richardlau
approved these changes
Feb 1, 2019
lpinca
approved these changes
Feb 1, 2019
devsnek
approved these changes
Feb 1, 2019
addaleax
approved these changes
Feb 2, 2019
|
LGTM but this needs a rebase :) |
cjihrig
approved these changes
Feb 2, 2019
joyeecheung
force-pushed the
joyeecheung:shouldabort
branch
from
0995c7e
to
c9475ec
Feb 7, 2019
This comment has been minimized.
This comment has been minimized.
joyeecheung
added
the
author ready
label
Feb 7, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Landed in b44131a |
joyeecheung
closed this
Feb 8, 2019
joyeecheung
added a commit
that referenced
this pull request
Feb 8, 2019
addaleax
added a commit
that referenced
this pull request
Feb 8, 2019
ZYSzys
referenced this pull request
Feb 10, 2019
Closed
[v11.x backport] src: cleanup cli options on `internalBinding('config')` #26027
This was referenced Feb 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
joyeecheung commentedFeb 1, 2019
Instead of using
internalBinding('config').shouldAbortOnUncaughtException.Also removes that property from the binding.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes