Chore: update dependencies (#2856)

This commit is contained in:
Loyalsoldier
2025-09-06 09:12:08 +08:00
committed by GitHub
parent ee166e54eb
commit a5f824ce52
3 changed files with 18 additions and 26 deletions

View File

@@ -53,7 +53,7 @@ func (l *ParsedList) toPlainText(listName string) error {
entryBytes = append(entryBytes, []byte(entry.Type+":"+entry.Value+attrString+"\n")...)
}
if err := os.WriteFile(filepath.Join(*outputDir, listName+".txt"), entryBytes, 0644); err != nil {
return fmt.Errorf(err.Error())
return err
}
return nil
}