Skip to content

Commit 06afd8d

Browse files
committed
Colorize error messages
1 parent 4e50d68 commit 06afd8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/check_all.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
$message = colored(['red'], $message) if $fail || !$ok;
7979
diag $message;
8080
}
81-
diag $_ for @errors;
81+
diag colored([/# TODO/ ? 'yellow' : 'red'], $_) for @errors;
8282

8383
system('docker system prune -f');

0 commit comments

Comments
 (0)