Minor fixes on error handling
Co-authored-by: César Gallego <gallego.cesar@gmail.com>
This commit is contained in:
@@ -58,7 +58,7 @@ var ServerCmd = &cobra.Command{
|
||||
// run bash -c "[pow files contents]"
|
||||
err = kapowCMD.Run()
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
select {}
|
||||
|
||||
Reference in New Issue
Block a user