Skip to content

Commit

Permalink
Add iter shim to EmptyQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio committed Aug 8, 2024
1 parent a73eeb1 commit f2e2def
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,9 @@ do
__iter = function(): Item
return noop
end,
iter = function(): Item
return noop
end,
drain = Arm,
next = noop :: Item,
replace = noop :: (Query, ...any) -> (),
Expand Down

0 comments on commit f2e2def

Please sign in to comment.