소스 검색

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
fails.push("(CON): #{link}")
rescue Errno::ECONNRESET
continue
next
end
progressbar.increment
end


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