mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
compileFull(): Print only file names, not their content in case of failure
This commit is contained in:
parent
aed218fd75
commit
4054e2a28f
@ -99,7 +99,7 @@ function compileFull()
|
||||
printError "Inside directory:"
|
||||
echo " $(pwd)"
|
||||
printError "Input was:"
|
||||
cat -- "${files[@]}"
|
||||
echo "${files[@]}"
|
||||
false
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user