Skip to content

Commit d065469

Browse files
authored
Merge pull request #36 from WTFox/failures-are-red
Change comment color to red
2 parents 36d73a2 + e92779c commit d065469

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

is.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ func escapeFormatString(fmt string) string {
384384

385385
const (
386386
colorNormal = "\u001b[39m"
387-
colorComment = "\u001b[32m"
387+
colorComment = "\u001b[31m"
388388
colorFile = "\u001b[90m"
389389
colorType = "\u001b[90m"
390390
)

misc/delicious-failures.png

-189 KB
Loading

0 commit comments

Comments
 (0)