doc: match console.count()/countReset() signatures

PR-URL: https://github.com/nodejs/node/pull/20599
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Lambdac0re 2018-05-08 14:50:03 +02:00 committed by Vse Mozhet Byt
parent 870ae72227
commit cf44abbbfe

View File

@ -164,7 +164,7 @@ operates similarly to the `clear` shell command. On Windows, `console.clear()`
will clear only the output in the current terminal viewport for the Node.js
binary.
### console.count([label])
### console.count([label='default'])
<!-- YAML
added: v8.3.0
-->