mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 17:15:09 -07:00
file logging, ci env check
This commit is contained in:
parent
176914c24b
commit
922ed1bbba
2 changed files with 12 additions and 11 deletions
|
|
@ -327,8 +327,9 @@ case $mode in
|
|||
done
|
||||
if (( code>0 )); then
|
||||
echo "$sep"
|
||||
echo "Affected file(s):"
|
||||
for name in "${files_to_format[@]}"; do
|
||||
echo "$name"
|
||||
echo " $name"
|
||||
done
|
||||
fi
|
||||
exit $code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue