From 28de408b0e3edb74f6069032d9f2e2930cd3f33f Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Thu, 27 Jan 2022 17:28:11 -0600 Subject: [PATCH] adding lind command output to success (#2399) --- lib/functions/worker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/functions/worker.sh b/lib/functions/worker.sh index b11014fa..5eee73a4 100755 --- a/lib/functions/worker.sh +++ b/lib/functions/worker.sh @@ -309,6 +309,7 @@ function LintCodebase() { # Success # ########### info " - File:${F[W]}[${FILE_NAME}]${F[B]} was linted with ${F[W]}[${LINTER_NAME}]${F[B]} successfully" + info " - Command output:${NC}\n------\n${LINT_CMD}\n------" fi else #######################################