summaryrefslogtreecommitdiff
path: root/findNext.go
diff options
context:
space:
mode:
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