Переглянути джерело

Update skipping current iteration on exception

pull/487/head
Dave Machado 6 роки тому
committed by GitHub
джерело
коміт
c32499a34b
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      build/validate_links.rb

+ 1
- 1
build/validate_links.rb Переглянути файл

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


Завантаження…
Відмінити
Зберегти