Thibaut пре 11 година
родитељ
комит
1fa81b8461
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      lib/docs/core/scraper.rb

+ 2 - 1
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