Skip to content

Commit a70ca83

Browse files
author
José Valim
committed
Add logger to the list of elixir apps for escript
1 parent 11c857a commit a70ca83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/escript.build.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ defmodule Mix.Tasks.Escript.Build do
174174
mod.application[:applications]
175175
end
176176

177-
Enum.filter(extra_apps || [], &(&1 in [:eex, :ex_unit, :mix, :iex]))
177+
Enum.filter(extra_apps || [], &(&1 in [:eex, :ex_unit, :mix, :iex, :logger]))
178178
end
179179

180180
defp app_tuples(app) do

0 commit comments

Comments
 (0)