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 8e28561 commit 5c77ad0Copy full SHA for 5c77ad0
src/rebar_fetch.erl
@@ -34,7 +34,7 @@ download_source(AppInfo, State) ->
34
{true, AppInfo2} ->
35
rebar_app_info:is_available(AppInfo2, true);
36
false ->
37
- throw(?PRV_ERROR({dep_app_not_found, rebar_app_info:name(AppInfo1)}))
+ rebar_app_info:is_available(AppInfo1, true)
38
end;
39
{error, Reason} ->
40
throw(?PRV_ERROR(Reason))
0 commit comments