Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup
  • Loading branch information
rickyes committed Apr 21, 2020
commit d2097b1bd95ba50504ae11786e79776341aa22e5
8 changes: 0 additions & 8 deletions doc/api/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,6 @@ values are concatenated. See [`util.format()`][] for more information.
### `console.group([...label])`
<!-- YAML
added: v8.5.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/32964
description: The `groupIndentation` option was introduced.
-->

* `...label` {any}
Expand All @@ -331,10 +327,6 @@ An alias for [`console.group()`][].
### `console.groupEnd()`
<!-- YAML
added: v8.5.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/32964
description: The `groupIndentation` option was introduced.
-->

Decreases indentation of subsequent lines by spaces for `groupIndentation`
Expand Down