mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
ci(lint): fix missing error handling
This commit is contained in:
@@ -477,6 +477,9 @@ func (ctx *Context) BuildOutputFile() (string, error) {
|
||||
}
|
||||
return f
|
||||
}())
|
||||
if err != nil {
|
||||
return "", fmt.Errorf("create files info: %w", err)
|
||||
}
|
||||
|
||||
archivePath := ctx.GeneratePath(".zip")
|
||||
out, err := os.Create(archivePath)
|
||||
|
||||
Reference in New Issue
Block a user