Skip to content

Commit a263161

Browse files
committed
wrong commits
1 parent f61b070 commit a263161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/vm/function.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ end
201201
---@return parser.object[]
202202
function vm.getMatchedFunctions(func, args, mark)
203203
local funcs = {}
204-
local node = vm.getNode(func) or vm.compileNode(func)
204+
local node = vm.compileNode(func)
205205
for n in node:eachObject() do
206206
if n.type == 'function'
207207
or n.type == 'doc.type.function' then

0 commit comments

Comments
 (0)