diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-18 21:07:29 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-18 21:07:29 +0800 |
commit | 69e6d14080585c040c91b988eb1d8df389f33610 (patch) | |
tree | d4f4691ae73fb49f1016f6b45ac8a55483739af4 /test.lua | |
parent | 8464f80bf6e013abe0c0e8b05645e2ce474d82f1 (diff) | |
download | lua-language-server-69e6d14080585c040c91b988eb1d8df389f33610.zip |
fix
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,3 @@ -local files = require "files" package.path = package.path .. ';./test/?.lua' .. ';./test/?/init.lua' @@ -69,6 +68,8 @@ local function testAll() --test 'other' end +local files = require "files" + local function main() require 'utility'.enableCloseFunction() require 'client' .client 'VSCode' |