1,131
edits
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
local data = pcall(storeLocationsList.main(frame)) | local status, data = pcall(storeLocationsList.main(frame)) | ||
mw.log("status", status) | |||
mw.log("data", data) | |||
if data then | if data then | ||