diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-28 10:12:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-28 10:12:21 +0800 |
commit | 327750470a9ff7588f1c2e8ee935c3457c6b233e (patch) | |
tree | e44577e4ee3e6ac178b25a14c6b7ee17002a71b4 /script/await.lua | |
parent | 11b3e32e8340d6d7974fa81918760b9ea065f1e0 (diff) | |
download | lua-language-server-327750470a9ff7588f1c2e8ee935c3457c6b233e.zip |
change log
Diffstat (limited to 'script/await.lua')
-rw-r--r-- | script/await.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/await.lua b/script/await.lua index 74845fae..98c88fd3 100644 --- a/script/await.lua +++ b/script/await.lua @@ -87,7 +87,7 @@ function m.close(id) coroutine.close(co) count = count + 1 end - log.debug('Close await:', id, count) + --log.debug('Close await:', id, count) end function m.hasID(id, co) |