Elixir and Erlang/OTP versions
New lines have been added to KeyError exception message.
Operating system
MacOs
Current behavior
Given this code:
defmodule Debug119 do
def my_fetch!(map, key) when is_map(map) do
Map.fetch!(map, key)
end
end
On Elixir v1.18
On Elixir v1.19-rc1
\n\n are added after the colon.
Expected behavior
As before