ソースを参照

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


読み込み中…
キャンセル
保存