Browse Source

output message when starting install_deps provider

pull/46/head
Tristan Sloughter 10 years ago
parent
commit
571c62f732
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/rebar_prv_install_deps.erl

+ 1
- 0
src/rebar_prv_install_deps.erl View File

@ -65,6 +65,7 @@ init(State) ->
-spec do(rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}. -spec do(rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}.
do(State) -> do(State) ->
?INFO("Verifying dependencies...", []),
Profile = rebar_state:current_profile(State), Profile = rebar_state:current_profile(State),
ProjectApps = rebar_state:project_apps(State), ProjectApps = rebar_state:project_apps(State),
try try

Loading…
Cancel
Save