Content deleted Content added
No edit summary |
No edit summary |
||
Line 72:
table.insert(formatKeys, k)
end
if not key then key = "nil" end
return name .. ' was "' .. key .. '" but neither an entry for it nor a default was found. Choices were: ' .. table.concat(formatKeys, ', ')
end
|