We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8528389 commit 3a47b1fCopy full SHA for 3a47b1f
1 file changed
boot.go
@@ -132,5 +132,7 @@ func main() {
132
},
133
}
134
135
- app.Run(os.Args)
+ if err := app.Run(os.Args); err != nil {
136
+ log.Fatal(err)
137
+ }
138
0 commit comments