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

Commit

Permalink
Merge pull request #478 from stephanebachelier/log_missing_linefeed
Browse files Browse the repository at this point in the history
Add missing linefeed to log output
  • Loading branch information
sindresorhus committed Nov 4, 2014
2 parents 04996e3 + ce8d88f commit 579932e
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 579932e

Please sign in to comment.