Skip to content

Commit 55563da

Browse files
jwarwickJosé Valim
authored and
José Valim
committed
Fixing result handling of :file.consult
1 parent ec35064 commit 55563da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/compile.app.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ defmodule Mix.Tasks.Compile.App do
7373

7474
defp modules_changed?(mods, target) do
7575
case :file.consult(target) do
76-
{ :ok, { :application, _app, properties } } ->
76+
{ :ok, [ { :application, _app, properties } ] } ->
7777
properties[:registered] == mods
7878
_ ->
7979
false

0 commit comments

Comments
 (0)