Skip to content

Commit

Permalink
add Mix.ensure_application!(:observer) to .iex.exs (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukad authored Sep 23, 2024
1 parent a10e73e commit 48fb3fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .iex.exs
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
use Lexical.Server.IEx.Helpers

try do
Mix.ensure_application!(:observer)
rescue
_ -> nil
end

0 comments on commit 48fb3fa

Please sign in to comment.