Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Apr 13, 2020
1 parent 18a8627 commit 6bf8afc
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 @@ -144,6 +144,7 @@ var errCallRun = errors.New("this method can only be called in standalone mode")
func (c *Command) MustRun(inArgs []string) {
if err := c.Run(inArgs); err != nil {
color.Error.Println("Run command error: %s", err.Error())
panic(err)
}
}

Expand Down

0 comments on commit 6bf8afc

Please sign in to comment.