Explorar o código

fix logger message for dev

Yuki Takei %!s(int64=8) %!d(string=hai) anos
pai
achega
b4237e9bc6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.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:=======================================}');
 
         // setup for dev