mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs_version_pragma_check.sh: Fail when there is no matching release
This commit is contained in:
parent
6fc45b3e02
commit
304b2fe232
@ -120,6 +120,7 @@ function findMinimalVersion()
|
||||
if [ -z "$version" ]
|
||||
then
|
||||
printError "No release $sign$pragmaVersion was listed in available releases!"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user