Add a newline on cancel CLI
This commit is contained in:
parent
bd5878384e
commit
3804a6c60c
|
@ -654,6 +654,7 @@ func main() {
|
|||
fmt.Print("Failure.")
|
||||
}
|
||||
}
|
||||
fmt.Println()
|
||||
os.Exit(1)
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue