don't die if patches failed to open

This commit is contained in:
Jeff Carr 2025-09-03 03:49:58 -05:00
parent a94208a768
commit 3db711a6c0
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ func main() {
me.forge = forgepb.RawInitPB()
if err := me.forge.LoadPatchsets(); err != nil {
badExit(err)
log.Info("patches failed to open", err)
}
if argv.List != nil {