diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-08-15 14:49:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 14:49:23 +0800 |
commit | d32b49d5a27840bfa4079ba708de4ed3c01b816f (patch) | |
tree | 100b9211a00bb379cf1039b07e0346859e9bb7e6 /script/service | |
parent | 390cf8fd09fa577f9bdc7a4e3c82e6f3b2b3eacd (diff) | |
parent | c51f0389096e12a02711b911b7272f49910b1f1b (diff) | |
download | lua-language-server-d32b49d5a27840bfa4079ba708de4ed3c01b816f.zip |
Merge branch 'master' into feat/deforder
Diffstat (limited to 'script/service')
-rw-r--r-- | script/service/service.lua | 2 |
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() |