Browse Source

Update skipping current iteration on exception

pull/487/head
Dave Machado 6 years ago
committed by GitHub
parent
commit
c32499a34b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build/validate_links.rb

+ 1
- 1
build/validate_links.rb View File

@@ -61,7 +61,7 @@ links.each do |link|
rescue Errno::ECONNREFUSED
fails.push("(CON): #{link}")
rescue Errno::ECONNRESET
continue
next
end
progressbar.increment
end


Loading…
Cancel
Save