More color

This commit is contained in:
Eric Nemchik 2020-07-01 14:33:46 -05:00
parent f2db69df82
commit 504cbc155f

View file

@ -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
#################