We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d14987 commit e689cc0Copy full SHA for e689cc0
bin/www
@@ -86,5 +86,5 @@ function onListening() {
86
var bind = typeof addr === 'string'
87
? 'pipe ' + addr
88
: 'port ' + addr.port;
89
- debug('Listening on ' + bind);
+ console.log('Listening on ' + bind);
90
}
0 commit comments