Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
c32499a3
Commit
c32499a3
authored
Sep 14, 2017
by
Dave Machado
Committed by
GitHub
Sep 14, 2017
Browse files
Update skipping current iteration on exception
parent
e7f5139e
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/validate_links.rb
View file @
c32499a3
...
@@ -61,7 +61,7 @@ links.each do |link|
...
@@ -61,7 +61,7 @@ links.each do |link|
rescue
Errno
::
ECONNREFUSED
rescue
Errno
::
ECONNREFUSED
fails
.
push
(
"(CON):
#{
link
}
"
)
fails
.
push
(
"(CON):
#{
link
}
"
)
rescue
Errno
::
ECONNRESET
rescue
Errno
::
ECONNRESET
continue
next
end
end
progressbar
.
increment
progressbar
.
increment
end
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment