fixed err variable name

This commit is contained in:
Gani Georgiev
2026-08-22 23:43:23 +03:00
parent 129d46f4c8
commit 9e15b464ba
+1 -1
View File
@@ -329,7 +329,7 @@ func (z *zipWriter) close() error {
}
if z.f != nil {
wErr = z.f.Close()
fErr = z.f.Close()
}
return errors.Join(wErr, fErr)