Skip to content

Commit e689cc0

Browse files
committed
show which port the app is running on.
1 parent 8d14987 commit e689cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/www

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ function onListening() {
8686
var bind = typeof addr === 'string'
8787
? 'pipe ' + addr
8888
: 'port ' + addr.port;
89-
debug('Listening on ' + bind);
89+
console.log('Listening on ' + bind);
9090
}

0 commit comments

Comments
 (0)