소스 검색

Add Errno::ECONNRESET exception

pull/454/merge
Dave Machado 6 년 전
committed by GitHub
부모
커밋
1f768c9390
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      build/validate_links.rb

+ 2
- 0
build/validate_links.rb 파일 보기

@@ -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


불러오는 중...
취소
저장