diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-06-05 17:16:03 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2024-06-05 17:16:03 +0800 |
commit | 6e0fa3f64c1ba8517d19438006586975f130a374 (patch) | |
tree | 45d4454060523d6455821264205c6975d9078f16 | |
parent | 7d3e09d8c3ffd2c6ffd597e54510be2c12970355 (diff) | |
download | lua-language-server-6e0fa3f64c1ba8517d19438006586975f130a374.zip |
Revert "Revert "没必要sleep""
This reverts commit e00877e09dd86208f18dd11d6aab444301ce8b03.
-rw-r--r-- | script/brave/brave.lua | 1 | ||||
-rw-r--r-- | script/pub/pub.lua | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/script/brave/brave.lua b/script/brave/brave.lua index 34c92a72..9606c6d8 100644 --- a/script/brave/brave.lua +++ b/script/brave/brave.lua @@ -17,7 +17,6 @@ local function channel_bpop(ctx) return table.unpack(r, 2) end end - thread.sleep(10) end end diff --git a/script/pub/pub.lua b/script/pub/pub.lua index 517c3fc7..9ec0b772 100644 --- a/script/pub/pub.lua +++ b/script/pub/pub.lua @@ -19,7 +19,6 @@ local function channel_bpop(ctx) return table.unpack(r, 2) end end - thread.sleep(10) end end |