Explorar el Código

fix logger message for dev

Yuki Takei hace 8 años
padre
commit
b4237e9bc6
Se han modificado 1 ficheros con 1 adiciones y 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