From f5a166dd082bcbcf9f85194c46adcf8ae91577eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Fri, 22 Nov 2019 17:49:31 +0800 Subject: =?UTF-8?q?=E6=BC=8F=E6=94=B9=E4=B8=80=E5=A4=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/publish.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/publish.lua b/server/publish.lua index 4fe9d819..7d0321aa 100644 --- a/server/publish.lua +++ b/server/publish.lua @@ -75,7 +75,7 @@ end local function runTest(root) local ext = platform.OS == 'Windows' and '.exe' or '' - local exe = root / platform.OS / 'bin' / 'lua' .. ext + local exe = root / platform.OS / 'bin' / 'lua-language-server' .. ext local test = root / 'test.lua' local lua = subprocess.spawn { exe, -- cgit v1.2.3