Skip to content

Commit

Permalink
Fix crash on expand_call_from_introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jan 31, 2025
1 parent f542a09 commit cad0a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir_sense/core/binding.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ defmodule ElixirSense.Core.Binding do
nil ->
# no docs - use call arity if fun exported
if function_exported?(mod, fun, arity) do
arity
{:function, arity}
end

list ->
Expand Down

0 comments on commit cad0a81

Please sign in to comment.