Explorar el Código

add error log

utsushiiro hace 7 años
padre
commit
fb26777223
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/server/routes/installer.js

+ 2 - 1
src/server/routes/installer.js

@@ -56,7 +56,8 @@ module.exports = function(crowi, app) {
           Config.applicationInstall(function(err, configs) {
             if (err) {
               // TODO
-              return ;
+              console.log(err);
+              return;
             }
 
             // login with passport