Uniform return statement

This commit is contained in:
Dennis Eichhorn 2018-07-12 20:20:14 +02:00
parent 4e95583f78
commit 52dfc80824

View File

@ -16,4 +16,5 @@ if [[ "$FILE" =~ ^.+(js)$ ]]; then
echo -e "\e[1;33m\tWarning, the commit contains a call to console.log() in '$FILE'. Commit was not aborted, however.\e[0m" >&2
fi
fi
done
done || exit $?