fix a strange encoding error
This commit is contained in:
parent
05e127af4b
commit
17a2b5dc53
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module APIParticulier
|
|||
msg = <<~TEXT
|
||||
url: #{url}
|
||||
HTTP error code: #{http_error_code}
|
||||
#{response.body}
|
||||
#{response.body.force_encoding('UTF-8')}
|
||||
curl message: #{curl_message}
|
||||
total time: #{total_time}
|
||||
connect time: #{connect_time}
|
||||
|
|
Loading…
Reference in a new issue