diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 10:03:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 10:03:45 +0800 |
commit | e24ff4f409ea74e84d9e678322e930445c38c657 (patch) | |
tree | a4e1d8272c148309d7165c01e135eba492330150 /server/publish.lua | |
parent | f10d10ec9e5587a95253bbda0603a1c8443d1a44 (diff) | |
download | lua-language-server-e24ff4f409ea74e84d9e678322e930445c38c657.zip |
修正发布时测试的搜索路径错误
Diffstat (limited to 'server/publish.lua')
-rw-r--r-- | server/publish.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/publish.lua b/server/publish.lua index 208aa309..b0040641 100644 --- a/server/publish.lua +++ b/server/publish.lua @@ -85,6 +85,7 @@ local function runTest(root) exe, test, '-E', + cwd = root, stdout = true, stderr = true, } |