| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d2e32ab commit ec5fe99
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -114,9 +114,13 @@ assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]); | |||
| 114 | 114 | // ] | |
| 115 | 115 | ``` | |
| 116 | 116 | ||
| 117 | - To deactivate the colors, use the `NODE_DISABLE_COLORS` environment variable. | ||
| 117 | + To deactivate the colors, use the `NO_COLOR` or | ||
| 118 | + `NODE_DISABLE_COLORS` environment variable. | ||
| 118 | 119 | This will also deactivate the colors in the REPL. | |
| 119 | 120 | ||
| 121 | + For more on the color support in terminal environments, read | ||
| 122 | + the tty [getColorDepth()](tty.html#tty_writestream_getcolordepth_env) doc. | ||
| 123 | + | ||
| 120 | 124 | ## Legacy mode | |
| 121 | 125 | ||
| 122 | 126 | Legacy mode uses the [Abstract Equality Comparison][] in: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments