mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-25 23:52:28 +01:00
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
Block a user