diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-12-08 19:54:23 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-12-08 19:54:23 +0800 |
commit | f3ad9225ae04dae2f9ee295709fc623587b1b4e8 (patch) | |
tree | 5ce55049395ba601ef403bf0a36663762314e0a2 /test.lua | |
parent | d4e35887aba9ed3794d5694a19b976eed5a68269 (diff) | |
download | lua-language-server-f3ad9225ae04dae2f9ee295709fc623587b1b4e8.zip |
cleanup
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ log.init(ROOT, ROOT / 'log' / 'test.log') log.debug('测试开始') LOCALE = 'zh-cn' +PREVIEW = true --dofile((ROOT / 'build_package.lua'):string()) require 'tracy' |