We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af65aa2 commit 8256fcdCopy full SHA for 8256fcd
main.go
@@ -36,7 +36,7 @@ func printScript(label string, content []byte) {
36
37
func exit(code int, err error) {
38
if err != nil {
39
- os.Stderr.WriteString(err.Error() + "\n")
+ fmt.Fprintln(os.Stderr, err.Error())
40
}
41
os.Exit(code)
42
0 commit comments