Przeglądaj źródła

don't return {error, {error, iolist()}} from rbear_topo

pull/3/head
Tristan Sloughter 10 lat temu
rodzic
commit
fd59279edc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rebar_topo.erl

+ 1
- 1
src/rebar_topo.erl Wyświetl plik

@ -61,7 +61,7 @@ sort_apps(Apps) ->
{ok, Names} ->
{ok, names_to_apps(Names, Apps)};
E ->
{error, E}
E
end.
%% @doc Do a topological sort on the list of pairs.

Ładowanie…
Anuluj
Zapisz