diff --git a/index.js b/index.js index 0827449..f6b1f64 100644 --- a/index.js +++ b/index.js @@ -116,8 +116,9 @@ cssLintPlugin.reporter = function(customReporter) { function(cb) { if (builtInReporter) { output += reporter.endFormat(); - - gutil.log(output); + if (output) { + gutil.log(output); + } } return cb();