Explorar el Código

Update skipping current iteration on exception

pull/487/head
Dave Machado hace 6 años
committed by GitHub
padre
commit
c32499a34b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      build/validate_links.rb

+ 1
- 1
build/validate_links.rb Ver fichero

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


Cargando…
Cancelar
Guardar