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 4e4b0c6

Browse filesBrowse files
cjihrigaduh95
authored andcommitted
doc: fix location of NO_COLOR in CLI docs
The 'coverage output' and 'source map cache' sections were appearing under the NO_COLOR environment variable instead of the NODE_V8_COVERAGE enviroment variable where they were intended to be. This commit fixes that issue. PR-URL: #56525 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 92eeeb9 commit 4e4b0c6
Copy full SHA for 4e4b0c6

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+5
-5
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+5-5Lines changed: 5 additions & 5 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3350,11 +3350,6 @@ easier to instrument applications that call the `child_process.spawn()` family
33503350
of functions. `NODE_V8_COVERAGE` can be set to an empty string, to prevent
33513351
propagation.
33523352

3353-
### `NO_COLOR=<any>`
3354-
3355-
[`NO_COLOR`][] is an alias for `NODE_DISABLE_COLORS`. The value of the
3356-
environment variable is arbitrary.
3357-
33583353
#### Coverage output
33593354

33603355
Coverage is output as an array of [ScriptCoverage][] objects on the top-level
@@ -3420,6 +3415,11 @@ and the line lengths of the source file (in the key `lineLengths`).
34203415
}
34213416
```
34223417

3418+
### `NO_COLOR=<any>`
3419+
3420+
[`NO_COLOR`][] is an alias for `NODE_DISABLE_COLORS`. The value of the
3421+
environment variable is arbitrary.
3422+
34233423
### `OPENSSL_CONF=file`
34243424

34253425
<!-- YAML

0 commit comments

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