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/console.md')
-rw-r--r--doc/api/console.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index 7457abb29b4..6c832fece6a 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -290,7 +290,7 @@ values are concatenated. See [`util.format()`][] for more information.
### console.group([...label])
<!-- YAML
-added: REPLACEME
+added: v8.5.0
-->
* `label` {any}
@@ -302,14 +302,14 @@ additional indentation.
### console.groupCollapsed()
<!-- YAML
- added: REPLACEME
+ added: v8.5.0
-->
An alias for [`console.group()`][].
### console.groupEnd()
<!-- YAML
-added: REPLACEME
+added: v8.5.0
-->
Decreases indentation of subsequent lines by two spaces.