don't output default port

This commit is contained in:
AJ ONeal 2016-10-27 02:47:11 -06:00
parent a9b7f55941
commit 795f2a7edc
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ function run() {
console.info('\t' + httpsUrl);
// Insecure Port
p = '';
p = opts.insecurePort;
if (httpPort !== p) {
p = ':' + opts.insecurePort;
}