From f8db5f4cfdb013136764d733841e9ec2cf4010c5 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 12 Dec 2019 13:40:25 -0600 Subject: [PATCH] Adding debug --- lib/linter.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linter.sh b/lib/linter.sh index eafb5d3e..3a89deba 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -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) #######################