CheckEmojis: slightly improve output

This commit is contained in:
Miepee 2022-03-01 14:19:54 +01:00 committed by Riesi
parent ef42630fca
commit 7ea094cabc
1 changed files with 1 additions and 1 deletions

View File

@ -69,8 +69,8 @@ done
# Results
# If the error Array is not empty, print everything from it and error out
# Otherwise exit normally
echo "--------------------"
if [[ ${#errArr[@]} != 0 ]] ; then
echo "--------------------"
for errMess in "${errArr[@]}"
do
echo $errMess