mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Bugfixes: Removed retail API calls, ran linting script and static analysis.
This commit is contained in:
@@ -306,7 +306,7 @@ end
|
||||
|
||||
function table.wipe(t)
|
||||
if type(t) ~= "table" then
|
||||
error(format("bad argument #1 to 'wipe' (table expected, got %s)", t ~= nil and type(t) or "no value"), 2)
|
||||
return t
|
||||
end
|
||||
|
||||
for k in pairs(t) do
|
||||
|
||||
Reference in New Issue
Block a user