Yuki Takei 8 лет назад
Родитель
Сommit
b4237e9bc6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/crowi/index.js

+ 1 - 1
lib/crowi/index.js

@@ -379,7 +379,7 @@ Crowi.prototype.start = function() {
 
 
         self.logger.info('{bold:Server URLs:}');
         self.logger.info('{bold:Server URLs:}');
         self.logger.unprefixed('info','{grey:=======================================}');
         self.logger.unprefixed('info','{grey:=======================================}');
-        self.logger.unprefixed('info',`         APP: {magenta:http:://localhost:${self.port}}`);
+        self.logger.unprefixed('info',`         APP: {magenta:http://localhost:${self.port}}`);
         self.logger.unprefixed('info','{grey:=======================================}');
         self.logger.unprefixed('info','{grey:=======================================}');
 
 
         // setup for dev
         // setup for dev