Przeglądaj źródła

Merge pull request #1234 from talentdeficit/shell_config

ignore return value of `rebar_utils:reread_config` in shell provider
pull/1236/head
Fred Hebert 9 lat temu
committed by GitHub
rodzic
commit
ac69558087
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      src/rebar_prv_shell.erl

+ 2
- 1
src/rebar_prv_shell.erl Wyświetl plik

@ -332,7 +332,8 @@ reread_config(State) ->
no_config ->
ok;
ConfigList ->
rebar_utils:reread_config(ConfigList)
_ = rebar_utils:reread_config(ConfigList),
ok
end.
boot_apps(Apps) ->

Ładowanie…
Anuluj
Zapisz