diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-12-14 21:00:32 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-12-14 21:00:32 +0800 |
commit | ef9b41be5b38c95b162d1a4ae825cd2dbeb491f4 (patch) | |
tree | 0543806bb254ed1c2fec55998a489b9b93f42fee /test.lua | |
parent | 18b56a2284afa3e8b4a01751753116219015abcb (diff) | |
download | lua-language-server-ef9b41be5b38c95b162d1a4ae825cd2dbeb491f4.zip |
update test
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ package.path = package.path .. ';./test/?.lua' .. ';./test/?/init.lua' local fs = require 'bee.filesystem' -local rootPath = fs.exe_path():parent_path():parent_path():string() +local rootPath = fs.exe_path():parent_path():parent_path():parent_path():string() ROOT = fs.path(rootPath) TEST = true DEVELOP = true |