File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ The `console.warn()` function is an alias for [`console.error()`][].
428
428
429
429
## Inspector only methods
430
430
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
432
432
(` --inspect ` flag).
433
433
434
434
### console.debug(data[ , ...args] )
@@ -539,5 +539,6 @@ This method does not display anything unless used in the inspector. The
539
539
[ `util.format()` ] : util.html#util_util_format_format_args
540
540
[ `util.inspect()` ] : util.html#util_util_inspect_object_options
541
541
[ customizing `util.inspect()` colors ] : util.html#util_customizing_util_inspect_colors
542
+ [ inspector ] : debugger.html
542
543
[ note on process I/O ] : process.html#process_a_note_on_process_i_o
543
544
[ web-api-assert ] : https://developer.mozilla.org/en-US/docs/Web/API/console/assert
You can’t perform that action at this time.
0 commit comments