Merge pull request #225 from ansman/master
Print a newline after the initial Waiting...
This commit is contained in:
commit
a1cb33b834
@ -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});
|
||||
|
Loading…
Reference in New Issue
Block a user