Adding debug

This commit is contained in:
Lucas Gravley 2019-12-12 13:40:25 -06:00
parent fb8b40f30e
commit f8db5f4cfd

View file

@ -1614,6 +1614,7 @@ StandardLint()
# Lint the file with the rules #
################################
echo " - Utilizing Env:[$ENV_STRING]"
echo "Running Command:[standard $ENV_STRING $FILE]"
STANDARD_LINT_CMD=$(standard "$ENV_STRING" "$FILE" 2>&1)
#######################