Module:ItemSources: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 19: Line 19:
local data = pcall(storeLocationsList.main(frame))
local data = pcall(storeLocationsList.main(frame))


if data == nil then
if data then
mw.log("no data!!")
mw.log("no error")
else
mw.log("error")
mw.log("data", inspect(data))
end
end
mw.log("data", inspect(data))
end
end



Navigation menu