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 677bdd2 commit 9ea33bfCopy full SHA for 9ea33bf
lib/mix/lib/mix/cli.ex
@@ -5,9 +5,9 @@ defmodule Mix.CLI do
5
Runs Mix according to the command line arguments.
6
"""
7
def main(args \\ System.argv()) do
8
- Mix.start()
9
Mix.Local.append_archives()
10
Mix.Local.append_paths()
+ Mix.start()
11
12
if env_variable_activated?("MIX_QUIET"), do: Mix.shell(Mix.Shell.Quiet)
13
if env_variable_activated?("MIX_DEBUG"), do: Mix.debug(true)
0 commit comments