Explorar o código

BugFix: retrieve OptionParser from customTagUtils

Yuki Takei %!s(int64=7) %!d(string=hai) anos
pai
achega
8f402b741b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 {