Skip to content

Commit

Permalink
Fix mistake in PR #330
Browse files Browse the repository at this point in the history
  • Loading branch information
unoduetre committed Jun 13, 2024
1 parent 1b82472 commit d072645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slimmer/skin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def success(source_request, response, body)
message = "#{e.message} "\
"at: #{source_request.base_url}#{source_request.path} "\
"length: #{original_body.to_s.length} "\
"body: original_body.to_s[0..2000]"
"body: #{original_body.to_s[0..2000]}"
raise SourceWrapperNotFoundError, message, caller
end
end
Expand Down

0 comments on commit d072645

Please sign in to comment.