Minor fixes on error handling

Co-authored-by: César Gallego <gallego.cesar@gmail.com>
This commit is contained in:
pancho horrillo
2019-10-17 17:11:19 +02:00
parent ee00a7bccc
commit b14ea93a64
4 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -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 {}