1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-28 14:58:31 +09:00

Include requested URL into the message on network errors (#4945)

This commit is contained in:
unarist 2017-09-14 23:12:50 +09:00 committed by Eugen Rochko
parent 1aad015bbb
commit a4c500176b

View File

@ -31,6 +31,8 @@ class Request
def perform
http_client.headers(headers).public_send(@verb, @url.to_s, @options)
rescue => e
raise e.class, "#{e.message} on #{@url}"
end
def headers