Этот коммит содержится в:
AJ ONeal 2016-10-27 02:47:11 -06:00
родитель a9b7f55941
Коммит 795f2a7edc

Просмотреть файл

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