add sema and retries
This commit is contained in:
@ -42,7 +42,7 @@ func main() {
|
||||
err := runcli(ctx)
|
||||
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "unable to handle app: %v", err)
|
||||
fmt.Fprintf(os.Stderr, "unable to handle app: %v\n", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user