Przeglądaj źródła

Simplify and fix check if enter/leaving should be printed

pull/3/head
Tuncer Ayaz 13 lat temu
rodzic
commit
15d1c275f8
1 zmienionych plików z 1 dodań i 6 usunięć
  1. +1
    -6
      src/rebar_core.erl

+ 1
- 6
src/rebar_core.erl Wyświetl plik

@ -104,12 +104,7 @@ process_dir(Dir, ParentConfig, Command, DirSet) ->
true -> true ->
AbsDir = filename:absname(Dir), AbsDir = filename:absname(Dir),
ShouldPrintDir = case {is_skip_dir(Dir), processing_base_dir(Dir)} of
{false, false} ->
true;
_ ->
false
end,
ShouldPrintDir = not (is_skip_dir(Dir) orelse processing_base_dir(Dir)),
case ShouldPrintDir of case ShouldPrintDir of
true -> true ->

Ładowanie…
Anuluj
Zapisz