fix: typo

This commit is contained in:
TaurusXin 2024-09-15 09:05:04 +08:00
parent ddc9862c62
commit 85a694777e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func processFile(filePath string) error {
return err
}
if dump {
metadata, _ := currentFile.FixMetadata()
metadata, err := currentFile.FixMetadata()
if !metadata {
utils.WarningPrintfln("Fix metadata for '%s' failed: '%s'", filePath, err.Error())
return err