Closed robpre closed 4 years ago
Thanks, that was what I was (poorly) suggesting with my second paragraph. :)
I'll update the PR.
Looks good! I'll give it a check soon 😊
Appreciate your help greatly @robpre and @geistesk
Thank you for the merge!
This seems to fix the exit behaviour, since the
exit
variable was created for thefor
loop scope, setting it to true at the end of the loop meant it wasn't being caught by the check on line 214.I wasn't sure if we should just move the
if
to under theselect
, but this seemed like the lowest-impact fix.Thanks for this module! :)