don't die if patches failed to open
This commit is contained in:
parent
a94208a768
commit
3db711a6c0
2
main.go
2
main.go
|
@ -55,7 +55,7 @@ func main() {
|
||||||
me.forge = forgepb.RawInitPB()
|
me.forge = forgepb.RawInitPB()
|
||||||
|
|
||||||
if err := me.forge.LoadPatchsets(); err != nil {
|
if err := me.forge.LoadPatchsets(); err != nil {
|
||||||
badExit(err)
|
log.Info("patches failed to open", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if argv.List != nil {
|
if argv.List != nil {
|
||||||
|
|
Loading…
Reference in New Issue