sebavan hace 6 años
padre
commit
41ff034b75
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Tools/Gulp/tasks/gulpTasks-dependencies.js

+ 3 - 0
Tools/Gulp/tasks/gulpTasks-dependencies.js

@@ -78,6 +78,9 @@ const dependencies = function(settings, moduleName, cb) {
                 }
             }
             errorCount = errors.length;
+            if (errorCount === 0) {
+                colorConsole.warn(`Still ${("" + cruiseResult.summary.error).yellow} to go.`);
+            }
         }
 
         var minimist = require("minimist");