Przeglądaj źródła

supervisor template: add missing comma

pull/2073/head
Maxim Fedorov 6 lat temu
rodzic
commit
137cc48768
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      priv/templates/sup.erl

+ 1
- 1
priv/templates/sup.erl Wyświetl plik

@ -27,7 +27,7 @@ start_link() ->
%% type => worker(), % optional
%% modules => modules()} % optional
init([]) ->
SupFlags = #{strategy => one_for_all
SupFlags = #{strategy => one_for_all,
intensity => 0,
period => 1},
ChildSpecs = [],

Ładowanie…
Anuluj
Zapisz