checks
checks copied to clipboard
Exclude `nil` function name from error
local function f(_)
require("checks")("number")
end
assert(pcall(f, ""))
-- bad argument #1 to nil (number expected, got string)