Skip to content

Commit

Permalink
Use any for DEFAULT_NIL
Browse files Browse the repository at this point in the history
  • Loading branch information
vallode committed May 9, 2024
1 parent 436f392 commit 00aa67a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/lua/dfhack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ function rawset_default(target,source)
end
end

---@type any
DEFAULT_NIL = DEFAULT_NIL or {} -- Unique token

---@generic T: table
Expand Down

0 comments on commit 00aa67a

Please sign in to comment.