Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Add missing linefeed to log output
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebachelier committed Nov 3, 2014
1 parent 0f45a93 commit ce8d88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/usemin.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ module.exports = function (grunt) {

});

grunt.log.write('Replaced ' + chalk.cyan(files.length) + ' ' +
grunt.log.writeln('Replaced ' + chalk.cyan(files.length) + ' ' +
(files.length === 1 ? 'reference' : 'references') + ' to assets'
);
});
Expand Down

0 comments on commit ce8d88f

Please sign in to comment.