summaryrefslogtreecommitdiff
path: root/script/service
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-01-28 17:40:11 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-01-28 17:40:11 +0800
commit9de4be8cfdc13cca9d672b708fa4699116a9a82a (patch)
treee9f41b4466792d889e5ae3893bf00f919cb91419 /script/service
parent6bc61fd0667b0f05ed225fe0f108e7ce96279291 (diff)
downloadlua-language-server-9de4be8cfdc13cca9d672b708fa4699116a9a82a.zip
config of progress
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 67de4818..c006be48 100644
--- a/script/service/service.lua
+++ b/script/service/service.lua
@@ -161,7 +161,7 @@ function m.reportStatus()
files.fileCount,
collectgarbage('count') / 1000
)
- proto.notify('$/status', info)
+ proto.notify('$/status/report', info)
end)()
end