1
0
Fork 0

refactor: better log on cli failure

This commit is contained in:
Beatriz Vieira 2021-09-24 17:50:59 -03:00
parent 1cb825c4b0
commit d02c8b59f6

View file

@ -140,7 +140,7 @@ func main() {
}
if apperr := app.Run(os.Args); apperr != nil {
log.Fatal("failed to run cli, error: ", apperr)
log.Fatal("ERROR: ", apperr)
}
}