| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 822fb00 commit eb6e32c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,9 @@ function setup() { | |||
| 23 | 23 | stderr += data; | |
| 24 | 24 | }); | |
| 25 | 25 | ||
| 26 | - c = new Console(process.stdout, process.stderr); | ||
| 26 | + c = new Console({ stdout: process.stdout, | ||
| 27 | + stderr: process.stderr, | ||
| 28 | + colorMode: false }); | ||
| 27 | 29 | } | |
| 28 | 30 | ||
| 29 | 31 | function teardown() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments