summaryrefslogtreecommitdiff
path: root/findNext.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-30 14:02:49 -0500
committerJeff Carr <[email protected]>2025-10-30 14:02:49 -0500
commit5ff57a4aaa914eac08f25c5323bb1bb1f2bcb7be (patch)
tree8ba2929f9440147beabbbdac2a66252d00f491a0 /findNext.go
parent616b7914ffbac9512bcb230a56ee87e84b4100d6 (diff)
Diffstat (limited to 'findNext.go')
-rw-r--r--findNext.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/findNext.go b/findNext.go
index 775ec4f..c73cc2c 100644
--- a/findNext.go
+++ b/findNext.go
@@ -53,6 +53,7 @@ func findNext() bool {
err := check.RunVerbose(cmd)
if err != nil {
log.Info("FIND NEXT: go mod tidy failed. this go package needs to be examined by hand as it doesn't appear to be primitive")
+ log.Info("FIND NEXT:", check.FullPath, cmd)
os.Exit(-1)
}
// if godepsNew == nil, then this go package is a primitive and there is no go.sum file