Explorar el Código

Add Errno::ECONNRESET exception

pull/454/merge
Dave Machado hace 6 años
committed by GitHub
padre
commit
1f768c9390
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      build/validate_links.rb

+ 2
- 0
build/validate_links.rb Ver fichero

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


Cargando…
Cancelar
Guardar