Module:ItemSources: Difference between revisions

Jump to navigation Jump to search
105 bytes added ,  12:24, 4 April 2022
m
no edit summary
No edit summary
mNo edit summary
Line 19: Line 19:


local status, data = pcall(function()
local status, message = pcall(function()
storeList = storeLocationsList.main(frame)
storeList = storeLocationsList.main(frame)
end)
end)
Line 30: Line 30:
mw.log("storeList", inspect(storeList))
mw.log("storeList", inspect(storeList))
else
else
if string.find(message, 'The item .* is not sold in any shop,') then
mw.log("not sold")
end
mw.log("error")
mw.log("error")
mw.log("error data", data)
mw.log("error data", message)
end
end
end
end

Navigation menu