We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca1599 commit 358ad45Copy full SHA for 358ad45
script/vm/compiler.lua
@@ -1354,7 +1354,7 @@ local function compileFunctionParam(func, source)
1354
local found = false
1355
for n in funcNode:eachObject() do
1356
if (n.type == 'doc.type.function' or n.type == 'function')
1357
- and n.args and n.args[aindex] and n.args[aindex] ~= source
+ and n.args[aindex] and n.args[aindex] ~= source
1358
then
1359
local argNode = vm.compileNode(n.args[aindex])
1360
for an in argNode:eachObject() do
0 commit comments