Skip to content

Commit

Permalink
Removing pretty_inspect since it doesn't seem to add any additional i…
Browse files Browse the repository at this point in the history
…nformation to the error and it currently causes compilation errors on Windows. Fixes #1928 (#1929)
  • Loading branch information
jwoertink authored Nov 3, 2024
1 parent 921436f commit 5607fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lucky/errors.cr
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ module Lucky
"Expected request to have a subdomain but did not find one."
else
<<-MESSAGE
Expected subdomain matcher(s): #{@expected.pretty_inspect}
Expected subdomain matcher(s): #{@expected}
Did not match host: #{@host}
MESSAGE
end
Expand Down

0 comments on commit 5607fe6

Please sign in to comment.