Merge pull request #27 from github/debug

Adding debug
This commit is contained in:
Lukas Gravley 2019-12-12 13:41:24 -06:00 committed by GitHub
commit d335b765ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)
#######################