ソースを参照

supervisor template: add missing comma

pull/2073/head
Maxim Fedorov 6年前
コミット
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 = [],

読み込み中…
キャンセル
保存