diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-10-21 12:09:59 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-10-21 12:09:59 +0800 |
commit | 2a89c31ba0a7a4b7b3547d26bb977d74632b222c (patch) | |
tree | 713501cd83dfbf3105972675ced61acabeec3511 /script-beta/await.lua | |
parent | 27a6a7041f01d5f53693901ed9efd898bac31dbf (diff) | |
download | lua-language-server-2a89c31ba0a7a4b7b3547d26bb977d74632b222c.zip |
准备检查一下性能问题
Diffstat (limited to 'script-beta/await.lua')
-rw-r--r-- | script-beta/await.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script-beta/await.lua b/script-beta/await.lua index 95a63f4a..c00e27e0 100644 --- a/script-beta/await.lua +++ b/script-beta/await.lua @@ -85,7 +85,7 @@ function m.close(id) coroutine.close(co) count = count + 1 end - log.debug('Close await:', count) + log.debug('Close await:', id, count) end --- 休眠一段时间 |