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 @@ -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
You can’t perform that action at this time.
0 commit comments