Skip to content

Commit

Permalink
catch more errors in expand_alias
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Feb 10, 2024
1 parent 62bbda5 commit d9b8df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir_sense/core/introspection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ defmodule ElixirSense.Core.Introspection do
mod
end
rescue
e in SystemLimitError ->
e ->
Logger.warning(
"Unable to expand alias #{inspect(mod)}; env aliases #{inspect(aliases)}: #{Exception.blame(:error, e, __STACKTRACE__)}"
)
Expand Down

0 comments on commit d9b8df9

Please sign in to comment.