File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ export function toNewlineArray(contents: string): string[] {
11
11
return contents . split ( / \r ? \n / )
12
12
}
13
13
14
- export const info = process . env . CI ? '[ info ]' : '[ blue(info) ]'
15
- export const success = process . env . CI ? '[ success ]' : '[ green(success) ]'
16
- export const error = process . env . CI ? '[ error ]' : '[ red(error) ]'
17
- export const warning = process . env . CI ? '[ warn ]' : '[ yellow(warn) ]'
18
- export const dimYellow = ( value : string ) => ( process . env . CI ? value : `dim(yellow(${ value } ))` )
14
+ export const info = '[ blue(info) ]'
15
+ export const success = '[ green(success) ]'
16
+ export const error = '[ red(error) ]'
17
+ export const warning = '[ yellow(warn) ]'
18
+ export const dimYellow = ( value : string ) => `dim(yellow(${ value } ))`
You can’t perform that action at this time.
0 commit comments