Skip to content

Commit

Permalink
Update skipping current iteration on exception
Browse files Browse the repository at this point in the history
  • Loading branch information
davemachado authored Sep 14, 2017
1 parent e7f5139 commit c32499a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/validate_links.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
rescue Errno::ECONNREFUSED
fails.push("(CON): #{link}")
rescue Errno::ECONNRESET
continue
next
end
progressbar.increment
end
Expand Down

0 comments on commit c32499a

Please sign in to comment.