Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 169a3d5

Browse filesBrowse files
Trotttargos
authored andcommitted
doc: edit colorMode information
Add information about what it means when colorMode is set to false. PR-URL: #30887 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 2155f56 commit 169a3d5
Copy full SHA for 169a3d5

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/console.md‎

Copy file name to clipboardExpand all lines: doc/api/console.md
+3-2Lines changed: 3 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@ changes:
9999
* `ignoreErrors` {boolean} Ignore errors when writing to the underlying
100100
streams. **Default:** `true`.
101101
* `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
104105
and the value returned by `getColorDepth()` on the respective stream. This
105106
option can not be used, if `inspectOptions.colors` is set as well.
106107
**Default:** `'auto'`.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.