Skip to content

Commit 94b2aba

Browse files
committed
style(gulp): split onServerLog log into multiple lines
1 parent b01cff3 commit 94b2aba

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/templates/gulpfile.babel.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ var paths = {
5757
********************/
5858

5959
function onServerLog(log) {
60-
console.log(plugins.util.colors.white('[') + plugins.util.colors.yellow('nodemon') + plugins.util.colors.white('] ') + log.message);
60+
console.log(plugins.util.colors.white('[') +
61+
plugins.util.colors.yellow('nodemon') +
62+
plugins.util.colors.white('] ') +
63+
log.message);
6164
}
6265

6366
function checkAppReady(cb) {

0 commit comments

Comments
 (0)