Merge pull request #10583 from ethereum/fix-doc-pragma-checks

Fix checks for code snippets embedded in docs
This commit is contained in:
chriseth
2020-12-14 11:30:12 +01:00
committed by GitHub
7 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ function compileFull()
printError "Was failure: $exit_code"
echo "$errors"
printError "While calling:"
echo "\"$SOLC\" $ARGS $files"
echo "\"$SOLC\" $args $files"
printError "Inside directory:"
pwd
false