We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a317bf commit 86eb048Copy full SHA for 86eb048
1 file changed
packages/cli-reporter/index.js
@@ -9,15 +9,6 @@
9
10
const chalk = require('chalk');
11
12
-// Fix bold on Windows
13
-// Reference: https://github.com/yarnpkg/yarn/blob/ed2c8a50c02505bdd6bd67d5e8c4461abc2b8dae/src/reporters/console/console-reporter.js#L32-L35
14
-if (
15
- process.platform === 'win32' &&
16
- !(process.env.TERM && /^xterm/i.test(process.env.TERM))
17
-) {
18
- chalk.bold._styles[0].close += '\u001b[m';
19
-}
20
-
21
class ConsoleReporter {
22
constructor({
23
stderr = process.stderr,
0 commit comments