From 2ea06531dc85cac8cd8293ce3ee9d5f3642943d4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 30 Jan 2025 04:43:51 -0600 Subject: minor debugging on the end --- findNext.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'findNext.go') diff --git a/findNext.go b/findNext.go index f9d7dd5..14d3558 100644 --- a/findNext.go +++ b/findNext.go @@ -125,7 +125,10 @@ func findNext() bool { return true } if findCounter == 0 { - log.Info("NOTHING TO UPDATE. findCounter =", findCounter) + log.Info("NOTHING TO UPDATE. findCounter =", findCounter, "found len =", me.found.Len()) + if me.found.Len() == 0 { + okExit("") + } } else { log.Info("me.current is nil findCounter =", findCounter, "so set findFix =", findFix) } -- cgit v1.2.3