We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b98b5 commit 544936bCopy full SHA for 544936b
cmd/diagnose.go
@@ -80,7 +80,6 @@ var diagnoseCmd = &cobra.Command{
80
_ = f.Close()
81
}()
82
if err != nil {
83
- fmt.Fprintln(os.Stderr, err)
84
m := fmt.Sprintf("Can't open: %s.", o.lockFilePath)
85
log.Fatal(m)
86
}
0 commit comments