summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 03:49:58 -0500
committerJeff Carr <[email protected]>2025-09-03 04:03:23 -0500
commit3db711a6c07c1f09724d1ee4ff2165a5a164e196 (patch)
tree4d7ef48ac0bbf977f36138cc75d4283cd5675f2f
parenta94208a768942cce7b5fce94ecadbbfa67119473 (diff)
don't die if patches failed to openv0.0.19v0.0.18
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 734d257..ec0be67 100644
--- a/main.go
+++ b/main.go
@@ -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 {