diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-12-16 02:52:27 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-12-16 02:52:27 +0800 |
commit | 420197c19e223cf1c3ce33534abb38bba304896b (patch) | |
tree | c20350e1e5f138c466a868cc0d21e747f2255399 /script/vm/tracer.lua | |
parent | 3c45587f84aee06d280ca1d5223cf49068a62fb7 (diff) | |
download | lua-language-server-420197c19e223cf1c3ce33534abb38bba304896b.zip |
new tracer
Diffstat (limited to 'script/vm/tracer.lua')
-rw-r--r-- | script/vm/tracer.lua | 2 |
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 |