mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-13 17:48:39 +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
|
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
|
||||||
fi
|
fi
|
||||||
done
|
|
||||||
|
done || exit $?
|
||||||
Loading…
Reference in New Issue
Block a user