summaryrefslogtreecommitdiff
path: root/doc/api/errors.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 6eb86886f5..d01b763f89 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -70,6 +70,7 @@ Errors that occur within _Asynchronous APIs_ may be reported in multiple ways:
// Otherwise handle the data
});
```
+
- When an asynchronous method is called on an object that is an
[`EventEmitter`][], errors can be routed to that object's `'error'` event.