mirror of
https://github.com/antos-rde/antos-backend.git
synced 2024-11-19 20:08:24 +01:00
Update packages.lua
All checks were successful
gitea-sync/antos-backend/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-backend/pipeline/head This commit looks good
This commit is contained in:
parent
4d97476aab
commit
b80bb1c0ab
@ -60,9 +60,8 @@ packages.list = function(paths)
|
||||
osp = f2
|
||||
end
|
||||
if ulib.exists(osp) then
|
||||
LOG_DEBUG("Use package cache files at: %s", osp)
|
||||
LOG_DEBUG("Use package cache files at: %s", osp)
|
||||
local data = JSON.decodeFile(osp)
|
||||
LOG_ERROR("ERROR: %s", data)
|
||||
if data then
|
||||
for k1,v1 in pairs(data) do
|
||||
ret.result[k1] = v1
|
||||
|
Loading…
Reference in New Issue
Block a user