mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-26 09:24:20 +00:00
Add a newline on cancel CLI
This commit is contained in:
parent
bd5878384e
commit
3804a6c60c
1 changed files with 1 additions and 0 deletions
|
@ -654,6 +654,7 @@ func main() {
|
|||
fmt.Print("Failure.")
|
||||
}
|
||||
}
|
||||
fmt.Println()
|
||||
os.Exit(1)
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in a new issue