summaryrefslogtreecommitdiff
path: root/script/vm/tracer.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-12-18 04:58:41 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-12-18 04:58:41 +0800
commit64568027b98a74b3cd5c108d710bfd053d5e129d (patch)
tree1b825134c2551849ce2f0952ee45f97e277d098f /script/vm/tracer.lua
parent67ccea822c91f8ff2cfd6ebce0c0f8b122fe46b2 (diff)
downloadlua-language-server-64568027b98a74b3cd5c108d710bfd053d5e129d.zip
first step for code lens
Diffstat (limited to 'script/vm/tracer.lua')
-rw-r--r--script/vm/tracer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/vm/tracer.lua b/script/vm/tracer.lua
index 21a2619f..f03ab001 100644
--- a/script/vm/tracer.lua
+++ b/script/vm/tracer.lua
@@ -202,7 +202,7 @@ function mt:lookIntoChild(action, topNode, outNode)
end
end
elseif action.type == 'function' then
- self:lookIntoBlock(action, action.args.finish, topNode:copy())
+ self:lookIntoBlock(action, action.bstart, topNode:copy())
elseif action.type == 'unary' then
if not action[1] then
goto RETURN