Merge pull request #225 from ansman/master

Print a newline after the initial Waiting...
This commit is contained in:
Kyle ☱☲☳☴☵☷ ☶ Robinson ☱☲ ☳☴☵☶☷ Young 2013-11-27 12:40:05 -08:00
commit a1cb33b834

View File

@ -76,7 +76,7 @@ module.exports = function(grunt) {
dateFormat = df;
}
if (taskrun.running === false) { grunt.log.write(waiting); }
if (taskrun.running === false) { grunt.log.writeln(waiting); }
// initialize taskrun
var targets = taskrun.init(name, {target: target});