doc: remove "note that" from domain.md
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
parent
2c9883df31
commit
ef3d9f11c3
@ -470,9 +470,9 @@ d2.run(() => {
|
||||
});
|
||||
```
|
||||
|
||||
Note that domains will not interfere with the error handling mechanisms for
|
||||
Promises, i.e. no `'error'` event will be emitted for unhandled `Promise`
|
||||
rejections.
|
||||
Domains will not interfere with the error handling mechanisms for
|
||||
Promises. In other words, no `'error'` event will be emitted for unhandled
|
||||
`Promise` rejections.
|
||||
|
||||
[`Error`]: errors.html#errors_class_error
|
||||
[`EventEmitter`]: events.html#events_class_eventemitter
|
||||
|
Loading…
x
Reference in New Issue
Block a user