diff options
author | actboy168 <actboy168@gmail.com> | 2024-04-18 21:45:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 21:45:17 +0800 |
commit | f96930cc77e2987f756c9bb38ac25f0fdf7ef7e7 (patch) | |
tree | 251bfe0e7d03fdfb8ef27fed49d229666fbc0bd6 /script | |
parent | 9bce7bedebc352b22f26ee3572ce3407b555b770 (diff) | |
download | lua-language-server-f96930cc77e2987f756c9bb38ac25f0fdf7ef7e7.zip |
fixes bug
Diffstat (limited to 'script')
-rw-r--r-- | script/proto/proto.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/proto/proto.lua b/script/proto/proto.lua index 5193fc9a..d9e3354d 100644 --- a/script/proto/proto.lua +++ b/script/proto/proto.lua @@ -265,6 +265,7 @@ function m.listen(mode, socketPort) function server:on_accepted(client) m.client = client client:write(dummyClient.buf) + return true end pub.task('loadProtoBySocket', { |