From 504cbc155fd5438bcf0b3a456b2e1475ba6b8633 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Wed, 1 Jul 2020 14:33:46 -0500 Subject: [PATCH] More color --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index 72a4b451..6c6973ed 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -751,7 +751,7 @@ Footer() [ "$ERRORS_FOUND_CLOJURE" -ne 0 ] || \ [ "$ERRORS_FOUND_KOTLIN" -ne 0 ]; then # Failed exit - echo "Exiting with errors found!" + echo -e "${NC}${F[R]}Exiting with errors found!${NC}" exit 1 else #################