Skip to content

Commit

Permalink
Fix: print success log on check (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho authored Apr 6, 2021
1 parent 9152c82 commit 5e5c1b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/command/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ func (r Runner) Check() {
if isFail {
log.Fatal("mocks is not up-to-date")
}
log.Print("mocks is up-to-date ✨")
return
}

0 comments on commit 5e5c1b7

Please sign in to comment.