1,131
edits
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
local data = pcall(storeLocationsList.main(frame)) | local data = pcall(storeLocationsList.main(frame)) | ||
if data | if data then | ||
mw.log("no data | mw.log("no error") | ||
else | |||
mw.log("error") | |||
mw.log("data", inspect(data)) | |||
end | end | ||
end | end | ||