Przeglądaj źródła

Merge branch 'feat/importer' into feat/esa-importer

Sou Mizobuchi 7 lat temu
rodzic
commit
70c34f6b15
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      lib/util/importer.js

+ 1 - 0
lib/util/importer.js

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