Minor fixup

pull/2950/merge
Junegunn Choi 2 weeks ago
parent af65aa298a
commit 8256fcde15
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -36,7 +36,7 @@ func printScript(label string, content []byte) {
func exit(code int, err error) {
if err != nil {
os.Stderr.WriteString(err.Error() + "\n")
fmt.Fprintln(os.Stderr, err.Error())
}
os.Exit(code)
}

Loading…
Cancel
Save