Skip to content

Commit 7400398

Browse files
authored
Update lib/mix/lib/mix/tasks/help.ex
1 parent cb67f89 commit 7400398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mix/lib/mix/tasks/help.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ defmodule Mix.Tasks.Help do
121121
Mix.ensure_application!(app)
122122
rescue
123123
_ ->
124+
# Otherwise, it may be a dep or the current project not yet compiled
124125
if Mix.Project.get() do
125126
Mix.Task.run("compile")
126127
end

0 commit comments

Comments
 (0)