Sfoglia il codice sorgente

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

pull/3/head
Tristan Sloughter 10 anni fa
parent
commit
fd59279edc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/rebar_topo.erl

+ 1
- 1
src/rebar_topo.erl Vedi File

@ -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.

Caricamento…
Annulla
Salva