소스 검색

formatting output

pull/2282/head
Fred Hebert 5 년 전
부모
커밋
0e303515ce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_prv_compile.erl

+ 1
- 1
src/rebar_prv_compile.erl 파일 보기

@ -309,7 +309,7 @@ build_rebar3_apps(DAGs, Apps, State) ->
LastDAG = lists:last(DAGs),
%% we actually need to compile each DAG one after the other to prevent
%% issues where a .yrl file that generates a .erl file gets to be seen.
?INFO("Analyzing applications", []),
?INFO("Analyzing applications...", []),
[begin
{Ctx, ReorderedApps} = rebar_compiler:analyze_all(DAG, Apps),
lists:foreach(

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