Skip to content
Closed
Changes from all commits
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
4 changes: 2 additions & 2 deletions doc/api/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ undefined
>
```

### console.countReset([label = 'default'])
### console.countReset([label='default'])
<!-- YAML
added: v8.3.0
-->
Expand Down Expand Up @@ -293,7 +293,7 @@ values are concatenated. See [`util.format()`][] for more information.
added: v8.5.0
-->

* `label` {any}
* `...label` {any}

Increases indentation of subsequent lines by two spaces.

Expand Down