We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a2539 commit d28c35aCopy full SHA for d28c35a
doc/api/console.markdown
@@ -45,6 +45,7 @@ The global `console` is a special `Console` whose output is sent to
45
46
[assert.ok()]: assert.html#assert_assert_value_message_assert_ok_value_message
47
[util.format()]: util.html#util_util_format_format
48
+[customizing util.inspect colors]: util.html#util_customizing_util_inspect_colors
49
50
## console
51
@@ -86,7 +87,7 @@ object. This is useful for inspecting large complicated objects. Defaults to
86
87
`2`. To make it recurse indefinitely pass `null`.
88
89
- `colors` - if `true`, then the output will be styled with ANSI color codes.
-Defaults to `false`. Colors are customizable, see below.
90
+Defaults to `false`. Colors are customizable, see [customizing util.inspect colors][].
91
92
### console.error([data][, ...])
93
0 commit comments