Skip to content

Commit

Permalink
fix:[#434] exit with 1 if error is detected
Browse files Browse the repository at this point in the history
  • Loading branch information
jardon committed Dec 7, 2024
1 parent f03e090 commit 410661a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ func main() {
err := apx.Run()
if err != nil {
cmdr.Error.Println(err)
os.Exit(1)
}
}

0 comments on commit 410661a

Please sign in to comment.