diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-08-15 17:05:06 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-08-15 17:05:06 +0800 |
commit | 820efa941bfc591c77cafcb4205386ea1795a03e (patch) | |
tree | 8bb6e0a5c642f0a45b37c5a493df8226078b524e /script-beta/await.lua | |
parent | dd41a923bbe77698f7b44dad2ac29828060341ff (diff) | |
download | lua-language-server-820efa941bfc591c77cafcb4205386ea1795a03e.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 008217c8..5ee9e20b 100644 --- a/script-beta/await.lua +++ b/script-beta/await.lua @@ -110,7 +110,7 @@ function m.step() waker() local passed = os.clock() - clock if passed > 0.1 then - log.debug(('Await step takes [%.3f] sec.'):format(passed)) + log.warn(('Await step takes [%.3f] sec.'):format(passed)) end return true else |