diff options
author | sumneko <sumneko@hotmail.com> | 2021-12-14 23:48:49 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2021-12-14 23:48:49 +0800 |
commit | af24e6d17e5dc39ad2ef04b1ede427a7c23d10f2 (patch) | |
tree | a0c2eaf40b2c7c5691ccfe4e7448d771f7826630 /test.lua | |
parent | 4a5e54ebc7f9f22fb3a3b29fc152b0f573149a55 (diff) | |
download | lua-language-server-af24e6d17e5dc39ad2ef04b1ede427a7c23d10f2.zip |
remove `<platform>` folder
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():parent_path():string() +local rootPath = fs.exe_path():parent_path():parent_path():string() ROOT = fs.path(rootPath) TEST = true DEVELOP = true |