-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
doc: general improvements to process.md copy #7029
Conversation
is emitted with the following arguments: | ||
The `'rejectionHandled'` event is emitted whenever a `Promise` has been rejected | ||
and an error handler was attached to it (using [`promise.catch()`][], for | ||
example) later than one turn of the Node.js event loop. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"later than one turn of the event loop" isn't correct - but I'm not sure we want to get into the real specifics, probably better to lie here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will fix this at a later PR, don't hold it on this the current text isn't great either and is probably my fault :]
@nodejs/documentation ... PTAL |
ping @nodejs/documentation |
LGTM with a few nits about content and not formatting that can (and should) be addressed later. (I actually read it before and commented and forgot to leave the LGTM) |
PR-URL: #7029 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Thank you! Landed in a32f7eb |
PR-URL: #7029 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Checklist
Affected core subsystem(s)
doc (process)
Description of change
General improvements to process.md copy
@nodejs/documentation