miner allinfo: Don't fail if sector status fails

This commit is contained in:
Łukasz Magiera 2020-09-24 22:17:20 +02:00
parent 04ee53e061
commit a8fcb86c10

View File

@ -135,7 +135,7 @@ var infoAllCmd = &cli.Command{
}
if err := sectorsStatusCmd.Action(cli.NewContext(cctx.App, fs, cctx)); err != nil {
return err
fmt.Println("ERROR: ", err)
}
fmt.Printf("\n##: Sector %d Storage Location\n", s)
@ -146,7 +146,7 @@ var infoAllCmd = &cli.Command{
}
if err := storageFindCmd.Action(cli.NewContext(cctx.App, fs, cctx)); err != nil {
return err
fmt.Println("ERROR: ", err)
}
}