sou 7 年 前
コミット
9a44684d58
1 ファイル変更1 行追加0 行削除
  1. 1 0
      lib/util/importer.js

+ 1 - 0
lib/util/importer.js

@@ -112,6 +112,7 @@ module.exports = crowi => {
     });
   };
 
+  // initialize when server starts
   importer.initialize();
 
   return importer;