Skip to content

Commit 6816df3

Browse files
authored
Update lib/mix/lib/mix/compilers/elixir.ex
1 parent 47c9b20 commit 6816df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/compilers/elixir.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ defmodule Mix.Compilers.Elixir do
381381
end
382382
end
383383

384-
Code.ensure_all_loaded!(modules_to_mix_check)
384+
_ = Code.ensure_all_loaded(modules_to_mix_check)
385385

386386
modules_to_recompile =
387387
modules_to_recompile ++

0 commit comments

Comments
 (0)