Skip to content

Commit d9899b9

Browse files
committed
Fixed the previously introduced (stupid) issue of missing the unpack function
1 parent 3a9fc3e commit d9899b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scripting-ref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ amount of time:
433433
if not ok then
434434
return ok, string.format('wait failed: %s', reason)
435435
end
436-
local check_result = check_func(vargs)
436+
local check_result = check_func(unpack(vargs))
437437
if check_result then
438438
return true, check_result
439439
end

0 commit comments

Comments
 (0)