add missing err check
This commit is contained in:
parent
e9d0a25436
commit
adba1a792a
@ -134,7 +134,10 @@ var runCmd = &cli.Command{
|
||||
|
||||
bootstrapLibP2P := cfg.Subsystems.EnableStorageMarket
|
||||
|
||||
lr.Close()
|
||||
err = lr.Close()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
shutdownChan := make(chan struct{})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user