瀏覽代碼

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


Loading…
取消
儲存