From c5bc53fb8cd3451655404ed188870e542486c9ee Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Thu, 24 Oct 2024 12:06:07 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20After=20we=20walk=20over=20a=20s?= =?UTF-8?q?ingle=20item=20in=20a=20series,=20we=20should=20move=20on=20to?= =?UTF-8?q?=20the=20next?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convids/logic.go | 1 + 1 file changed, 1 insertion(+) diff --git a/convids/logic.go b/convids/logic.go index 35b1497..0962ab3 100644 --- a/convids/logic.go +++ b/convids/logic.go @@ -56,6 +56,7 @@ func WalkFiles(d *Data, stopOnError, silent bool, cb func(s *Show, path string) if err != nil && stopOnError { return } + break } } }