Skip to content

Commit d28c35a

Browse files
jmmrvagg
authored andcommitted
doc: add link to [customizing util.inspect colors].
PR-URL: #3749 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent a7a2539 commit d28c35a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/console.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The global `console` is a special `Console` whose output is sent to
4545

4646
[assert.ok()]: assert.html#assert_assert_value_message_assert_ok_value_message
4747
[util.format()]: util.html#util_util_format_format
48+
[customizing util.inspect colors]: util.html#util_customizing_util_inspect_colors
4849

4950
## console
5051

@@ -86,7 +87,7 @@ object. This is useful for inspecting large complicated objects. Defaults to
8687
`2`. To make it recurse indefinitely pass `null`.
8788

8889
- `colors` - if `true`, then the output will be styled with ANSI color codes.
89-
Defaults to `false`. Colors are customizable, see below.
90+
Defaults to `false`. Colors are customizable, see [customizing util.inspect colors][].
9091

9192
### console.error([data][, ...])
9293

0 commit comments

Comments
 (0)