Просмотр исходного кода

BugFix: retrieve OptionParser from customTagUtils

Yuki Takei 7 лет назад
Родитель
Сommit
8f402b741b
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      packages/growi-plugin-lsx/src/server/routes/lsx.js

+ 2 - 1
packages/growi-plugin-lsx/src/server/routes/lsx.js

@@ -1,4 +1,5 @@
-const { OptionParser } = require('growi-commons');
+const { customTagUtils } = require('growi-commons');
+const { OptionParser } = customTagUtils;
 
 class Lsx {