Просмотр исходного кода

supervisor template: add missing comma

pull/2073/head
Maxim Fedorov 6 лет назад
Родитель
Сommit
137cc48768
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      priv/templates/sup.erl

+ 1
- 1
priv/templates/sup.erl Просмотреть файл

@ -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 = [],

Загрузка…
Отмена
Сохранить