miner allinfo: Don't fail if sector status fails
This commit is contained in:
parent
04ee53e061
commit
a8fcb86c10
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user