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 a656268 commit 090d879Copy full SHA for 090d879
doc/api/errors.md
@@ -2059,6 +2059,13 @@ instance.setEncoding('utf8');
2059
An attempt has been made to create a string larger than the maximum allowed
2060
size.
2061
2062
+<a id="ERR_TTY_WRITABLE_NOT_READABLE"></a>
2063
+#### ERR_TTY_WRITABLE_NOT_READABLE
2064
+
2065
+This `Error` is thrown when a read is attempted on a TTY `WriteStream`,
2066
+such as `process.stdout.on('data')`.
2067
2068
2069
[`--force-fips`]: cli.html#cli_force_fips
2070
[`'uncaughtException'`]: process.html#process_event_uncaughtexception
2071
[`child_process`]: child_process.html
0 commit comments