mirror of
https://github.com/antos-rde/antos-backend.git
synced 2024-11-20 04:18:23 +01:00
add debug message
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
16cfeb6591
commit
4288d3afbf
@ -16,6 +16,7 @@ packages._cache = function(y)
|
||||
f = io.open(file_path, "w")
|
||||
end
|
||||
if f then
|
||||
LOG_DEBUG("Cache package files into: %s", file_path)
|
||||
local files = vfs.readDir(y)
|
||||
for k, v in pairs(files) do
|
||||
if v.type == "dir" then
|
||||
@ -58,6 +59,7 @@ packages.list = function(paths)
|
||||
osp = f2
|
||||
end
|
||||
if ulib.exists(osp) then
|
||||
LOG_DEBUG("Use package cache files at: %s", osp)
|
||||
if first == false then
|
||||
std.t(",")
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user