summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-28 20:18:34 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-28 20:18:34 +0800
commit21d6c1161052c8fca442b7154224c3795e5953e6 (patch)
tree7b42d37375e816f362d6246e6be4bf2b28229cdb /server
parenta81ac792c149878dc5126dcf111741c9181d9657 (diff)
downloadlua-language-server-21d6c1161052c8fca442b7154224c3795e5953e6.zip
测试4
Diffstat (limited to 'server')
-rw-r--r--server/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test.lua b/server/test.lua
index a944c8f0..d6fd9f48 100644
--- a/server/test.lua
+++ b/server/test.lua
@@ -7,7 +7,7 @@ package.cpath = rootPath .. 'bin/?.so'
.. ';' .. rootPath .. 'bin/?.dll'
package.path = rootPath .. 'src/?.lua'
.. ';' .. rootPath .. 'src/?/init.lua'
-
+error '测试'
local fs = require 'bee.filesystem'
local subprocess = require 'bee.subprocess'
ROOT = fs.absolute(fs.path(rootPath))