Skip to content

Commit

Permalink
Update lib/phoenix_live_view/static.ex
Browse files Browse the repository at this point in the history
Co-authored-by: José Valim <jose.valim@dashbit.co>
  • Loading branch information
chrismccord and josevalim authored Oct 10, 2024
1 parent 057e448 commit dfd39ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix_live_view/static.ex
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ defmodule Phoenix.LiveView.Static do
end

message = """
#{inspect(view)} raised #{exception} during connected mount sending a #{status} response.
#{inspect(view)} raised #{inspect(exception)} during connected mount sending a #{status} response
"""

raise Plug.Conn.WrapperError,
Expand Down

0 comments on commit dfd39ec

Please sign in to comment.