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