Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index 4ff572f2e5f..47dfad8dabb 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -350,7 +350,7 @@ async function processLineByLine() {
<!-- YAML
added: v0.7.7
changes:
- - version: REPLACEME
+ - version: v12.7.0
pr-url: https://github.com/nodejs/node/pull/28674
description: The stream's write() callback and return value are exposed.
-->
@@ -372,7 +372,7 @@ in a specified direction identified by `dir`.
<!-- YAML
added: v0.7.7
changes:
- - version: REPLACEME
+ - version: v12.7.0
pr-url: https://github.com/nodejs/node/pull/28641
description: The stream's write() callback and return value are exposed.
-->
@@ -491,7 +491,7 @@ function completer(linePartial, callback) {
<!-- YAML
added: v0.7.7
changes:
- - version: REPLACEME
+ - version: v12.7.0
pr-url: https://github.com/nodejs/node/pull/28674
description: The stream's write() callback and return value are exposed.
-->
@@ -537,7 +537,7 @@ if (process.stdin.isTTY)
<!-- YAML
added: v0.7.7
changes:
- - version: REPLACEME
+ - version: v12.7.0
pr-url: https://github.com/nodejs/node/pull/28674
description: The stream's write() callback and return value are exposed.
-->