feat: update

This commit is contained in:
yanghao05
2025-03-29 18:11:48 +08:00
parent 50ac4f816a
commit b2d909883e

View File

@@ -118,7 +118,7 @@ func commandCompress(dir string) error {
// get the file path // get the file path
if err := doCompress(filePath, dstPath); err != nil { if err := doCompress(filePath, dstPath); err != nil {
log.Errorf("failed to compress file: %s", fileName) log.WithError(err).Errorf("failed to compress file: %s", fileName)
continue continue
} }