feat: update
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user