Explorar el Código

output message when starting install_deps provider

pull/46/head
Tristan Sloughter hace 10 años
padre
commit
571c62f732
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/rebar_prv_install_deps.erl

+ 1
- 0
src/rebar_prv_install_deps.erl Ver fichero

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

Cargando…
Cancelar
Guardar