mirror of
https://github.com/antos-rde/antos-backend.git
synced 2025-04-05 16:36:46 +02: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
@ -62,7 +62,6 @@ packages.list = function(paths)
|
|||||||
if ulib.exists(osp) then
|
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)
|
local data = JSON.decodeFile(osp)
|
||||||
LOG_ERROR("ERROR: %s", data)
|
|
||||||
if data then
|
if data then
|
||||||
for k1,v1 in pairs(data) do
|
for k1,v1 in pairs(data) do
|
||||||
ret.result[k1] = v1
|
ret.result[k1] = v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user