diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-01-09 20:20:30 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-01-09 20:20:30 +0800 |
commit | e79f87e500b745230ffda5ed993ddc5e2c873b2d (patch) | |
tree | 00313cff48f45b05917955bb28b7240c434fbf13 /script/vm/tracer.lua | |
parent | 6f889136264e39a9c47e8cce569274414c9b4a50 (diff) | |
download | lua-language-server-e79f87e500b745230ffda5ed993ddc5e2c873b2d.zip |
fix
Diffstat (limited to 'script/vm/tracer.lua')
-rw-r--r-- | script/vm/tracer.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/vm/tracer.lua b/script/vm/tracer.lua index 7999eaaa..3f2380bd 100644 --- a/script/vm/tracer.lua +++ b/script/vm/tracer.lua @@ -595,6 +595,8 @@ local lookIntoChild = util.switch() end end if not handler then + tracer:lookIntoChild(action[1], topNode) + tracer:lookIntoChild(action[2], topNode) return topNode, outNode end if tracer.getMap[handler] then |