diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-12-14 15:30:23 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-12-14 15:30:23 +0800 |
commit | b10abd3c5cf7352f37489df5fb20d2d8c03536a3 (patch) | |
tree | f51ed97ad289d8619dabc09814778c7fa735c688 /test.lua | |
parent | 3ff78829aeed9c635f106ae7c8ee507ea5a8188c (diff) | |
download | lua-language-server-b10abd3c5cf7352f37489df5fb20d2d8c03536a3.zip |
change bin
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 |