Skip to content

Commit 757f182

Browse files
committed
doc: add link to debugger.html in inspector methods intro
Following review on PR Fixes: nodejs#16755
1 parent c95317d commit 757f182

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/console.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ The `console.warn()` function is an alias for [`console.error()`][].
428428

429429
## Inspector only methods
430430
The following methods are exposed by the V8 engine in the general API but do
431-
not display anything unless used in conjunction with the inspector tab
431+
not display anything unless used in conjunction with the [inspector][] tab
432432
(`--inspect` flag).
433433

434434
### console.debug(data[, ...args])
@@ -539,5 +539,6 @@ This method does not display anything unless used in the inspector. The
539539
[`util.format()`]: util.html#util_util_format_format_args
540540
[`util.inspect()`]: util.html#util_util_inspect_object_options
541541
[customizing `util.inspect()` colors]: util.html#util_customizing_util_inspect_colors
542+
[inspector]: debugger.html
542543
[note on process I/O]: process.html#process_a_note_on_process_i_o
543544
[web-api-assert]: https://developer.mozilla.org/en-US/docs/Web/API/console/assert

0 commit comments

Comments
 (0)