浏览代码

Update Net::OpenTimeout exception

pull/389/head
Dave Machado 6 年前
committed by GitHub
父节点
当前提交
96dbf27f6a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      build/validate_links.rb

+ 2
- 0
build/validate_links.rb 查看文件

@@ -51,6 +51,8 @@ links.each do |link|
end
rescue Net::ReadTimeout
fails.push("(TMO): #{link}")
rescue Net::OpenTimeout
fails.push("(TMO): #{link}")
rescue OpenSSL::SSL::SSLError
fails.push("(SSL): #{link}")
rescue SocketError


正在加载...
取消
保存