summaryrefslogtreecommitdiff
path: root/script/service
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2024-08-15 14:49:23 +0800
committerGitHub <noreply@github.com>2024-08-15 14:49:23 +0800
commitd32b49d5a27840bfa4079ba708de4ed3c01b816f (patch)
tree100b9211a00bb379cf1039b07e0346859e9bb7e6 /script/service
parent390cf8fd09fa577f9bdc7a4e3c82e6f3b2b3eacd (diff)
parentc51f0389096e12a02711b911b7272f49910b1f1b (diff)
downloadlua-language-server-d32b49d5a27840bfa4079ba708de4ed3c01b816f.zip
Merge branch 'master' into feat/deforder
Diffstat (limited to 'script/service')
-rw-r--r--script/service/service.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/service/service.lua b/script/service/service.lua
index 3fad865a..c7675f1b 100644
--- a/script/service/service.lua
+++ b/script/service/service.lua
@@ -250,7 +250,7 @@ function m.testVersion()
end
function m.sayHello()
- proto.notify('$/hello', 'world')
+ proto.notify('$/hello', {'world'})
end
function m.lockCache()