Skip to content

Commit 9ea33bf

Browse files
committed
Append archives and paths before we start to keep them as builtin_apps
1 parent 677bdd2 commit 9ea33bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/cli.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ defmodule Mix.CLI do
55
Runs Mix according to the command line arguments.
66
"""
77
def main(args \\ System.argv()) do
8-
Mix.start()
98
Mix.Local.append_archives()
109
Mix.Local.append_paths()
10+
Mix.start()
1111

1212
if env_variable_activated?("MIX_QUIET"), do: Mix.shell(Mix.Shell.Quiet)
1313
if env_variable_activated?("MIX_DEBUG"), do: Mix.debug(true)

0 commit comments

Comments
 (0)