We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff3835 commit f1ffd66Copy full SHA for f1ffd66
src/run.sh
@@ -62,7 +62,7 @@ if [[ "$TYPE" != "postprocessor" && "$TYPE" != "redirect" ]]; then
62
ERROR_MESSAGE=$(jq -r '.["run.sh"][] | select(.code=="0111") | .message' "$ERRORS_FILE")
63
ERROR_CODE="0111"
64
ERROR_LINK=$(jq -r '.["run.sh"][] | select(.code=="0111") | .link' "$ERRORS_FILE")
65
- echo "Error $ERROR_CODE: $ERROR_MESSAGE $ERROR_LINK"
+ echo "Error $ERROR_CODE: $ERROR_MESSAGE $ERROR_LINK (Got \"$TYPE\")"
66
exit 1
67
fi
68
0 commit comments