From 065170bd4644289bcdd69b1beb5e388aeb5daebc Mon Sep 17 00:00:00 2001 From: gerr1t Date: Thu, 25 Jun 2015 13:12:34 +0200 Subject: [PATCH] Incorrect warn message fix --- tasks/closure-compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/closure-compiler.js b/tasks/closure-compiler.js index 17bc38e..548934c 100644 --- a/tasks/closure-compiler.js +++ b/tasks/closure-compiler.js @@ -42,7 +42,7 @@ module.exports = function(grunt) { // Sanitize options passed. if (!data.js.length) { // This task requires a minima an input file. - grunt.warn('Missing js property.'); + grunt.warn('No data found in file.'); return false; }