🐛 After we walk over a single item in a series, we should move on to the next

This commit is contained in:
Dan Jones 2024-10-24 12:06:07 -05:00
commit c5bc53fb8c

View file

@ -56,6 +56,7 @@ func WalkFiles(d *Data, stopOnError, silent bool, cb func(s *Show, path string)
if err != nil && stopOnError {
return
}
break
}
}
}