We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef5630 commit c5fa07aCopy full SHA for c5fa07a
doc/api/readline.md
@@ -110,10 +110,7 @@ added: v16.0.0
110
111
The `'error'` event is emitted when an error occurs on the `input` stream associated with the `readline` `Interface`.
112
113
-The listener function is called with an Error object passed as the single argument.
114
-
115
-If no `'error'` event handler is attached to the `InterfaceConstructor` instance,
116
-errors will be thrown as unhandled error events, which may crash the process.
+The listener function is called with an `Error` object passed as the single argument.
117
118
### Event: `'line'`
119
0 commit comments