don't output default port
This commit is contained in:
bovenliggende
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;
|
||||
}
|
||||
|
||||
Laden…
x
Verwijs in nieuw issue
Block a user