diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-04 19:08:22 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-04 19:08:22 +0800 |
commit | c1d6c566cd2a99f0bbc659a5dec3a55c0c697a5c (patch) | |
tree | fc3e79909c97839bc0bf75103173f126d1732b58 /test.lua | |
parent | d48a3f650a875515874e9b8c722fc6dae07a2dd0 (diff) | |
download | lua-language-server-c1d6c566cd2a99f0bbc659a5dec3a55c0c697a5c.zip |
cleanup
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ local function main() --config.Lua.intelliSense.searchDepth = 5 --loadDocMetas() - --test 'full' + test 'full';do return end require 'bee.platform'.OS = 'Windows' testAll() |