Skip to content

Commit

Permalink
Handle error in run command
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Oct 4, 2021
1 parent d8b357e commit 4166d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ var runCmd = &cobra.Command{
res, err := gitkustomizediff.Run(dir, opts)
if err != nil {
fmt.Printf("%+v\n", err)
return nil
}

printRunResult(dir, opts, res)
Expand Down

0 comments on commit 4166d8e

Please sign in to comment.