Skip to content

Commit

Permalink
Merge pull request #986 from matthew-ernewein/master
Browse files Browse the repository at this point in the history
Remove the words 'without errors.' after successfully running tasks
  • Loading branch information
shama committed Jan 21, 2016
2 parents f3d7988 + 398501f commit 27a1778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grunt/fail.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ fail.report = function() {
if (fail.warncount > 0) {
grunt.log.writeln().fail('Done, but with warnings.');
} else {
grunt.log.writeln().success('Done, without errors.');
grunt.log.writeln().success('Done.');
}
};

0 comments on commit 27a1778

Please sign in to comment.