mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
In case of error, log filename, too.
This commit is contained in:
parent
0c39819930
commit
2f280c69ac
1 changed files with 3 additions and 1 deletions
|
|
@ -435,6 +435,8 @@ func main() {
|
|||
}
|
||||
|
||||
for _, arg := range args {
|
||||
check(p.process(arg))
|
||||
if err := p.process(arg); err != nil {
|
||||
log.Fatalf("error: processing %q failed: %v\n", arg, err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue