We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9e004 commit d35bc15Copy full SHA for d35bc15
src/colors.js
@@ -11,10 +11,6 @@ const getColors = function({ opts }) {
11
// Can disable or force colors with `opts.colors`.
12
// chalk will automatically disable colors if output does not support it.
13
const getChalkOpts = function({ opts: { colors } }) {
14
- if (colors === undefined) {
15
- return {}
16
- }
17
-
18
if (colors === false) {
19
return { enabled: false }
20
}
0 commit comments