Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/etop/report.ex
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ defmodule Etop.Report do
defp format_fun(_), do: ""

defp name_or_initial_fun(reds, l2) do
reds[:registerd_name]
reds[:registered_name]
|> case do
nil -> format_fun(dict_initial_call(reds) || reds[:initial_call])
name when is_atom(name) -> name
Expand Down