Skip to content

Commit 6c55737

Browse files
author
Jordi Aguilar
committed
change log messages
1 parent 12bc324 commit 6c55737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/logger.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ var Logger = {
77

88
start: function (file) {
99
startTime = process.hrtime()
10-
gutil.log('Starting ' + gutil.colors.green('Bundling', file) + '...')
10+
gutil.log('Starting ' + gutil.colors.cyan(file) + '...')
1111
},
1212

1313
end: function (file) {
1414
const taskTime = process.hrtime(startTime)
1515
const prettyTime = prettyHrtime(taskTime)
16-
gutil.log('Finished ' + gutil.colors.yellow('bundling of', file) + ' in ' +
16+
gutil.log('Finished ' + gutil.colors.green('bundling of ', file) + ' in ' +
1717
gutil.colors.magenta(prettyTime))
1818
},
1919

0 commit comments

Comments
 (0)