Sfoglia il codice sorgente

Fix Dialyzer warning in rebar:run/2

pull/3/head
Tuncer Ayaz 12 anni fa
parent
commit
a9491e112f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/rebar.erl

+ 1
- 1
src/rebar.erl Vedi File

@ -69,7 +69,7 @@ main(Args) ->
%% Erlang-API entry point
run(BaseConfig, Commands) ->
application:load(rebar),
_ = application:load(rebar),
run_aux(BaseConfig, Commands).
%% ====================================================================

Caricamento…
Annulla
Salva