소스 검색

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

불러오는 중...
취소
저장