We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886ba53 commit 07afa2cCopy full SHA for 07afa2c
lib/elixir/lib/exception.ex
@@ -2001,7 +2001,7 @@ defmodule Protocol.UndefinedError do
2001
value_type(value) <> maybe_description(description) <> maybe_available(protocol)
2002
end
2003
2004
- defp value_type(%{__struct__: struct}), do: "#{inspect(struct, pretty: true)} (a struct)"
+ defp value_type(%{__struct__: struct}), do: "#{inspect(struct)} (a struct)"
2005
defp value_type(value) when is_atom(value), do: "Atom"
2006
defp value_type(value) when is_bitstring(value), do: "BitString"
2007
defp value_type(value) when is_float(value), do: "Float"
0 commit comments