1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-05-15 17:41:18 +00:00

Add a newline on cancel CLI

This commit is contained in:
Evan Su 2024-04-27 21:50:54 -04:00
parent bd5878384e
commit 3804a6c60c

View file

@ -654,6 +654,7 @@ func main() {
fmt.Print("Failure.")
}
}
fmt.Println()
os.Exit(1)
}()