소스 검색

BugFix: retrieve OptionParser from customTagUtils

Yuki Takei 7 년 전
부모
커밋
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 {