Skip to content

Commit

Permalink
Fix error where the community site does not give an adequate response
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Oct 1, 2013
1 parent 60707b4 commit 55bfdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stove/error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def initialize(response)

def message
"The following errors occured when uploading:\n" <<
@response.parsed_response['error_messages'].map do |error|
(@response.parsed_response['error_messages'] || []).map do |error|
" - #{error}"
end.join("\n")
end
Expand Down

0 comments on commit 55bfdbe

Please sign in to comment.