Skip to content

Commit

Permalink
Nokogiri error dumps make GH build barf
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneCurcuru committed Feb 16, 2024
1 parent fb6e612 commit 0ae1f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/ruby/sponsor_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def scrape_bycss(io, sponsorship)
end
end
rescue StandardError => e
sponsors[lvl] << "ERROR: scrape_bycss(...#{lvl}): #{e.message}\n\n#{e.backtrace.join("\n\t")}"
sponsors[lvl] << "ERROR: scrape_bycss(...#{lvl}, ... #{lvldata['selector']})" # Leaving Nokigiri error may cause GH Pages build issues
end
end
return sponsors
Expand Down

0 comments on commit 0ae1f8c

Please sign in to comment.