Skip to content

Commit faa2f35

Browse files
committed
Fix bootstrapping issue
1 parent 3339168 commit faa2f35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/mix/lib/mix/utils.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
defmodule Mix.Utils do
22
@moduledoc false
33

4+
# For bootstrapping purposes
5+
@compile {:no_warn_undefined, Logger}
6+
47
@doc """
58
Gets the Mix home.
69

0 commit comments

Comments
 (0)