Missing newlines from error messages.
This commit is contained in:
parent
542ac3e421
commit
4554b8c6cb
1 changed files with 1 additions and 1 deletions
2
mk.go
2
mk.go
|
|
@ -248,7 +248,7 @@ func mkPrintError(msg string) {
|
|||
if !nocolor {
|
||||
os.Stderr.WriteString(ansiTermRed)
|
||||
}
|
||||
fmt.Fprintf(os.Stderr, "%s", msg)
|
||||
fmt.Fprintf(os.Stderr, "%s\n", msg)
|
||||
if !nocolor {
|
||||
os.Stderr.WriteString(ansiTermDefault)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue