We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba94ff5 commit 6e0f990Copy full SHA for 6e0f990
cmd/vulnreport/main.go
@@ -75,7 +75,7 @@ func main() {
75
}
76
githubID, err := strconv.Atoi(names[0])
77
if err != nil {
78
- log.Fatal(err)
+ log.Fatalf("invalid GitHub issue ID: %q: %v", names[0], err)
79
80
repoPath := cvelistrepo.URL
81
if *localRepoPath != "" {
0 commit comments