Skip to content

Commit

Permalink
Add a newline on cancel CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT committed Apr 28, 2024
1 parent bd58783 commit 3804a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/v2/picocrypt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ func main() {
fmt.Print("Failure.")
}
}
fmt.Println()
os.Exit(1)
}()

Expand Down

0 comments on commit 3804a6c

Please sign in to comment.