forked from coolaj86/goldilocks.js
don't output default port
This commit is contained in:
parent
a9b7f55941
commit
795f2a7edc
|
@ -399,7 +399,7 @@ function run() {
|
|||
console.info('\t' + httpsUrl);
|
||||
|
||||
// Insecure Port
|
||||
p = '';
|
||||
p = opts.insecurePort;
|
||||
if (httpPort !== p) {
|
||||
p = ':' + opts.insecurePort;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue