Skip to content

Commit fd88a45

Browse files
committed
doc: change implementation version number for console.debug
Following comment in PR nodejs#17033, and since this block of doc was first written in this PR, changing the implementation version number for console.debug(). Making it v9.2.x for now, waiting for next release. Fixes: nodejs#17033 (comment)
1 parent d9ec8a3 commit fd88a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ undefined
240240

241241
### console.debug(data[, ...args])
242242
<!-- YAML
243-
added: v8.0.0
243+
added: v9.2.x
244244
-->
245245
* `data` {any}
246246
* `...args` {any}

0 commit comments

Comments
 (0)