diff --git a/lib/docs/core/scraper.rb b/lib/docs/core/scraper.rb index a8d3955a..a5323414 100644 --- a/lib/docs/core/scraper.rb +++ b/lib/docs/core/scraper.rb @@ -137,7 +137,8 @@ module Docs end def process_response(response) - pipeline.call parse(response.body), pipeline_context(response), data = {} + data = {} + quietly { pipeline.call(parse(response.body), pipeline_context(response), data) } data end