We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12211a commit ae198aeCopy full SHA for ae198ae
lib/mix/lib/mix/tasks/compile.ex
@@ -163,8 +163,7 @@ defmodule Mix.Tasks.Compile do
163
res
164
end
165
166
- with true <- config[:consolidate_protocols] and "--no-consolidate-protocols" not in args,
167
- path = Mix.Project.consolidation_path(config),
+ with path = Mix.Project.consolidation_path(config),
168
{:ok, protocols} <- File.ls(path) do
169
# We don't cache consolidation path as we may write to it
170
Code.prepend_path(path)
0 commit comments