mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-24 09:18:40 +00:00
Uniform return statement
This commit is contained in:
parent
4e95583f78
commit
52dfc80824
|
|
@ -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 $?
|
||||
Loading…
Reference in New Issue
Block a user