Skip to content

Nest rescue inside loop to fix syntax error

The rescue keyword at the loop level was raising a syntax error ("unexpected keyword_rescue, expecting keyword_end"). This moves the rescue keyword inside the loop to fix the error. Fixes #596 (closed).

Merge request reports