summaryrefslogtreecommitdiff
path: root/script/vm/tracer.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-12-16 02:52:27 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-12-16 02:52:27 +0800
commit420197c19e223cf1c3ce33534abb38bba304896b (patch)
treec20350e1e5f138c466a868cc0d21e747f2255399 /script/vm/tracer.lua
parent3c45587f84aee06d280ca1d5223cf49068a62fb7 (diff)
downloadlua-language-server-420197c19e223cf1c3ce33534abb38bba304896b.zip
new tracer
Diffstat (limited to 'script/vm/tracer.lua')
-rw-r--r--script/vm/tracer.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/script/vm/tracer.lua b/script/vm/tracer.lua
index 5b3b1b54..85a0faa7 100644
--- a/script/vm/tracer.lua
+++ b/script/vm/tracer.lua
@@ -201,8 +201,6 @@ function mt:lookIntoChild(action, topNode, outNode)
outNode = outNode:copy():setFalsy()
end
end
- elseif action.type == 'filter' then
- return self:lookIntoChild(action.exp, topNode, outNode)
elseif action.type == 'function' then
self:lookIntoBlock(action, 0, topNode:copy())
elseif action.type == 'unary' then