diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-05-11 18:53:10 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2024-05-11 18:53:10 +0800 |
commit | 739449db06a48ba511b0044934f98e9bfe40e30d (patch) | |
tree | 23adde8cc942147203808d106e195b3a115a1d3a /script/pub/pub.lua | |
parent | faaed840e283ab72def2fcebc38ee528a0fb3654 (diff) | |
download | lua-language-server-739449db06a48ba511b0044934f98e9bfe40e30d.zip |
没必要sleep
Diffstat (limited to 'script/pub/pub.lua')
-rw-r--r-- | script/pub/pub.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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 |