Skip to content

Commit

Permalink
fix: add error printing back
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Nov 29, 2023
1 parent 01a6651 commit 7658244
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 @@ -75,6 +75,7 @@ func main() {
if errors.Is(err, exit.ErrAborted) {
os.Exit(exit.StatusAborted)
}
fmt.Println(err)
os.Exit(1)
}
}

0 comments on commit 7658244

Please sign in to comment.