Skip to content

Commit d7c7485

Browse files
committed
pass correct env
1 parent 2ddafda commit d7c7485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_sense/core/compiler.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ defmodule ElixirSense.Core.Compiler do
17491749
# are not executed as we do not preform a real compilation
17501750
{state, _e_env} =
17511751
~w(before_compile after_compile after_verify)a
1752-
|> Enum.reduce({state, e_env}, fn attribute, {state, env} ->
1752+
|> Enum.reduce({state, e_env}, fn attribute, {state, e_env} ->
17531753
for args <- Map.get(state.attribute_store, {full, attribute}, []) do
17541754
case args do
17551755
{module, fun} -> [module, fun]

0 commit comments

Comments
 (0)