Skip to content

Commit 5607fe6

Browse files
authored
Removing pretty_inspect since it doesn't seem to add any additional information to the error and it currently causes compilation errors on Windows. Fixes #1928 (#1929)
1 parent 921436f commit 5607fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lucky/errors.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ module Lucky
249249
"Expected request to have a subdomain but did not find one."
250250
else
251251
<<-MESSAGE
252-
Expected subdomain matcher(s): #{@expected.pretty_inspect}
252+
Expected subdomain matcher(s): #{@expected}
253253
Did not match host: #{@host}
254254
MESSAGE
255255
end

0 commit comments

Comments
 (0)