File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,9 @@ changes:
99
99
* ` ignoreErrors ` {boolean} Ignore errors when writing to the underlying
100
100
streams. ** Default:** ` true ` .
101
101
* ` colorMode ` {boolean|string} Set color support for this ` Console ` instance.
102
- Setting to ` true ` enables coloring while inspecting values, setting to
103
- ` 'auto' ` will make color support depend on the value of the ` isTTY ` property
102
+ Setting to ` true ` enables coloring while inspecting values. Setting to
103
+ ` false ` disables coloring while inspecting values. Setting to
104
+ ` 'auto' ` makes color support depend on the value of the ` isTTY ` property
104
105
and the value returned by ` getColorDepth() ` on the respective stream. This
105
106
option can not be used, if ` inspectOptions.colors ` is set as well.
106
107
** Default:** ` 'auto' ` .
You can’t perform that action at this time.
0 commit comments