Skip to content

Commit

Permalink
Update lib/membrane/core/inspect.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Front <[email protected]>
  • Loading branch information
FelonEkonom and mat-hek authored Oct 2, 2023
1 parent 9337107 commit 0b23edb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/membrane/core/inspect.ex
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ defmodule Membrane.Core.Inspect do

fields ->
raise """
Fields #{inspect(fields)} from #{inspect(state_module)} structure are omitted in @fields_order module attribute in #{inspect(__MODULE__)}. Add them to @fields_order, to define where they will occur in the error logs.
Fields #{inspect(fields)} from #{inspect(state_module)} structure are omitted in @fields_order module attribute in #{inspect(__MODULE__)}.\
Add them to @fields_order, to define where they will occur in the error logs.
"""
end
end
Expand Down

0 comments on commit 0b23edb

Please sign in to comment.