Skip to content

Commit

Permalink
Merge pull request #214 from Quasilyte/quasilyte/deadCodeAfterLogFatal
Browse files Browse the repository at this point in the history
remove os.Exit after log.Fatal call
  • Loading branch information
asoseil authored Sep 18, 2018
2 parents 38566f0 + 3342a68 commit e887c9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion realize.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ func main() {
}
if err := app.Run(os.Args); err != nil {
log.Fatal(err)
os.Exit(1)
}
}

Expand Down

0 comments on commit e887c9d

Please sign in to comment.