diff --git a/doc/api/cli.md b/doc/api/cli.md index 5e6390335bfef1..a24aa5ee8030a7 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -393,16 +393,6 @@ Path to the file used to store the persistent REPL history. The default path is to an empty string (`""` or `" "`) disables persistent REPL history. -### `NODE_TTY_UNSAFE_ASYNC=1` - - -When set to `1`, writes to `stdout` and `stderr` will be non-blocking and -asynchronous when outputting to a TTY on platforms which support async stdio. -Setting this will void any guarantee that stdio will not be interleaved or -dropped at program exit. **Use of this mode is not recommended.** - ### `NODE_EXTRA_CA_CERTS=file`