show express url when debugging
This commit is contained in:
parent
36ddeab64e
commit
a418c4e86c
1 changed files with 1 additions and 1 deletions
2
bin/www
2
bin/www
|
@ -86,5 +86,5 @@ function onListening() {
|
|||
var bind = typeof addr === 'string'
|
||||
? 'pipe ' + addr
|
||||
: 'port ' + addr.port;
|
||||
debug('Listening on ' + bind);
|
||||
debug(`Listening on http://${addr.address}:${addr.port} `);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue