Browse Source

fix logger message for dev

Yuki Takei 8 years ago
parent
commit
b4237e9bc6
1 changed files with 1 additions and 1 deletions
  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