feat: silence debug msg (#636)

This commit is contained in:
yetone
2024-09-26 11:18:40 +08:00
committed by GitHub
parent 0d90c047ef
commit 22243bc316
4 changed files with 20 additions and 18 deletions

View File

@@ -73,9 +73,9 @@ M.build = function(opts)
local output = stdout
if #output == 0 then
table.insert(output, "")
Utils.debug(output)
Utils.debug("build output:", output)
else
Utils.debug(stderr)
Utils.debug("build error:", stderr)
end
end
end)