From c694ca3ab526a80152e474bb13e0a3980b4ec95a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Jun 2012 14:58:36 +0000 Subject: [PATCH] adding message about jshint warnings --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index f6113eae..81142494 100644 --- a/test.sh +++ b/test.sh @@ -1,2 +1,3 @@ #!/bin/sh -jshint *.js --config .jshintrc \ No newline at end of file +jshint *.js --config .jshintrc +echo 'only warnings. no errors' \ No newline at end of file