We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01cff3 commit 94b2abaCopy full SHA for 94b2aba
1 file changed
app/templates/gulpfile.babel.js
@@ -57,7 +57,10 @@ var paths = {
57
********************/
58
59
function onServerLog(log) {
60
- console.log(plugins.util.colors.white('[') + plugins.util.colors.yellow('nodemon') + plugins.util.colors.white('] ') + log.message);
+ console.log(plugins.util.colors.white('[') +
61
+ plugins.util.colors.yellow('nodemon') +
62
+ plugins.util.colors.white('] ') +
63
+ log.message);
64
}
65
66
function checkAppReady(cb) {
0 commit comments