瀏覽代碼

output message when starting install_deps provider

pull/46/head
Tristan Sloughter 10 年之前
父節點
當前提交
571c62f732
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/rebar_prv_install_deps.erl

+ 1
- 0
src/rebar_prv_install_deps.erl 查看文件

@ -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

Loading…
取消
儲存