summaryrefslogtreecommitdiff
path: root/script/service/service.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/service/service.lua')
-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 973b5745..a961d03c 100644
--- a/script/service/service.lua
+++ b/script/service/service.lua
@@ -190,7 +190,7 @@ function m.reportStatus()
info.text = '😺Lua'
end
info.tooltip = lang.script('WINDOW_LUA_STATUS', {
- ws = ws.path or '',
+ ws = ws.rootPath or '',
ast = files.astCount,
max = files.fileCount,
mem = collectgarbage('count') / 1000,