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
45
45
46
46
[ assert.ok() ] : assert.html#assert_assert_value_message_assert_ok_value_message
47
47
[ util.format() ] : util.html#util_util_format_format
48
+ [ customizing util.inspect colors ] : util.html#util_customizing_util_inspect_colors
48
49
49
50
## console
50
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 ` .
87
88
88
89
- ` 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 ] [ ] .
90
91
91
92
### console.error([ data] [ , ... ] )
92
93
You can’t perform that action at this time.
0 commit comments