summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-18 05:52:41 -0600
committerJeff Carr <[email protected]>2025-01-18 05:52:41 -0600
commit80109e7e65e7815ea70342facb4f31504b540ca6 (patch)
treebe1d0bb81f637eab33992ccbf73131f04f3d865d /doRelease.go
parent9738e869bf7d0321937a05e0570cca09fc445023 (diff)
more debuggingv0.23.26
Diffstat (limited to 'doRelease.go')
-rw-r--r--doRelease.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/doRelease.go b/doRelease.go
index c9ab030..7ebf11a 100644
--- a/doRelease.go
+++ b/doRelease.go
@@ -179,6 +179,8 @@ func doRelease() bool {
badExit(errors.New(msg))
}
+ printDone()
+ log.Info("sleep 2, then Reload()", check.GetGoPath())
time.Sleep(2 * time.Second) // notsure
check.Reload()
@@ -192,9 +194,11 @@ func doRelease() bool {
count := me.forge.PrintReleaseReport(me.found)
log.Info("count =", count)
os.Setenv("FindNextDone", "true")
+ printDone()
return false
}
log.Info("GOOD TO RUN ANOTHER DAY ON:", me.current.GetGoPath())
+ printDone()
return true
}