瀏覽代碼

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(

Loading…
取消
儲存