Fix to output error log of cmd
This commit is contained in:
parent
d0fb60d3ec
commit
894bab96b7
|
@ -339,7 +339,7 @@ func run() int {
|
|||
return nil
|
||||
}
|
||||
|
||||
app.Run(os.Args)
|
||||
fatalIf(app.Run(os.Args))
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user