diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-18 12:31:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-18 12:31:45 +0800 |
commit | 7b528e46df2026e68cafdf3748f3d1cc637ae7f7 (patch) | |
tree | fa203d2d848dc4692a65fe30e9f4cc70634cd684 /server/publish.lua | |
parent | 9b76a059987f87991bfdfcf952950d706004f523 (diff) | |
download | lua-language-server-7b528e46df2026e68cafdf3748f3d1cc637ae7f7.zip |
修改中检目录
Diffstat (limited to 'server/publish.lua')
-rw-r--r-- | server/publish.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/publish.lua b/server/publish.lua index 355b80f4..7821eb02 100644 --- a/server/publish.lua +++ b/server/publish.lua @@ -26,7 +26,7 @@ local function updateNodeModules(out, postinstall) end local function createDirectory(version) - local out = EXTENSION / 'publish' / version / 'lua-language-server' + local out = EXTENSION / 'publish' / version fs.create_directories(out) return out end |