diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-18 21:24:08 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-18 21:24:08 +0800 |
commit | 140dc03da4d8edb97a61e5ef45e92d391420fc39 (patch) | |
tree | 6952a853137be6498af80f23e5f2e4d1b489c994 /test.lua | |
parent | 769485b635de8b5ea0e37a25d4c8bc63cb256419 (diff) | |
download | lua-language-server-140dc03da4d8edb97a61e5ef45e92d391420fc39.zip |
print log
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -77,7 +77,7 @@ local function main() local lclient = require 'tclient.lclient' local ws = require 'workspace' - log.info = print + log.print = true for _, os in ipairs {'Windows', 'Linux', 'macOS'} do require 'bee.platform'.OS = os @@ -100,12 +100,11 @@ local function main() test 'tclient' test 'full' - print('测试完成') end loadAllLibs() main() -log.debug('测试完成') +log.debug('test finish.') require 'bee.thread'.sleep(1) os.exit() |