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

doc: outline when origin is set to unhandledRejection #35294

Merged
merged 1 commit into from
Sep 29, 2020

Conversation

mlarcher
Copy link
Contributor

@mlarcher mlarcher commented Sep 22, 2020

Checklist

Add a line about unhandledRejection in the doc for uncaughtExceptionMonitor to make it clear that uncaughtExceptionMonitor will only called for an unhandled promise rejection if --unhandled-rejections flag is set to "strict".
This addition is a copy and paste from the doc about uncaughtException, as both have the same behaviour on the matter.
This MR was initiated because of the issue #35291

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. process Issues and PRs related to the process subsystem. labels Sep 22, 2020
Copy link
Member

@BridgeAR BridgeAR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We added another mode that is not yet documented either. It would be great to add that as well :-)

doc/api/process.md Outdated Show resolved Hide resolved
@BridgeAR
Copy link
Member

@mlarcher thanks for opening the PR to fix this!

@mlarcher mlarcher force-pushed the master branch 2 times, most recently from 98f2b33 to 70f769f Compare September 22, 2020 13:25
Copy link
Member

@BridgeAR BridgeAR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

doc/api/process.md Outdated Show resolved Hide resolved
Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mlarcher
Copy link
Contributor Author

what's next ? is there something required on my part or one of the approver just has to merge the PR ?

@mmarchini
Copy link
Contributor

@mlarcher nothing else required from your part. We have a minimum wait time of 48h before landing any PRs, so it should be landed tomorrow (or afterwards, depending on collaborators availability)

@mlarcher
Copy link
Contributor Author

ok, thanks for the info mary :)

PR-URL: nodejs#35294
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@Trott Trott merged commit 1390574 into nodejs:master Sep 29, 2020
@Trott
Copy link
Member

Trott commented Sep 29, 2020

Landed in 1390574.

Thanks for the contribution! 🎉

MylesBorins pushed a commit that referenced this pull request Sep 29, 2020
PR-URL: #35294
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@MylesBorins MylesBorins mentioned this pull request Sep 29, 2020
joesepi pushed a commit to joesepi/node that referenced this pull request Jan 8, 2021
PR-URL: nodejs#35294
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. process Issues and PRs related to the process subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants