mirror of
https://github.com/antos-rde/antos-backend.git
synced 2025-09-04 18:22:03 +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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user