[devdocsgjs/main: 594/1867] fetching -> connecting to




commit 3cb97f71b32ad622b513655372df291b5216ce93
Author: Jasper van Merle <jaspervmerle gmail com>
Date:   Mon Mar 11 10:47:32 2019 +0100

    fetching -> connecting to

 lib/docs/core/doc.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/docs/core/doc.rb b/lib/docs/core/doc.rb
index 4bdfcf15..b50957c5 100644
--- a/lib/docs/core/doc.rb
+++ b/lib/docs/core/doc.rb
@@ -228,7 +228,7 @@ module Docs
       if response.success?
         response.body
       else
-        reason = response.timed_out? ? "Timed out while fetching #{url}" : "Couldn't fetch #{url} (response 
code #{response.code})"
+        reason = response.timed_out? ? "Timed out while connecting to #{url}" : "Couldn't fetch #{url} 
(response code #{response.code})"
         opts[:logger].error(reason)
         raise reason
       end


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]