Skip to content

Commit

Permalink
Added error message for main page not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aravind committed Oct 25, 2024
1 parent 60a747b commit eff7555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/entity_fetcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def self.fetch_entity_urls(page_url, entity_identifier, is_paginated)
retry
else
puts "Max retries reached. Unable to fetch the content for page #{page_number}."
puts e.message
break
end
end
Expand Down

0 comments on commit eff7555

Please sign in to comment.