Explorar el Código

supervisor template: add missing comma

pull/2073/head
Maxim Fedorov hace 6 años
padre
commit
137cc48768
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      priv/templates/sup.erl

+ 1
- 1
priv/templates/sup.erl Ver fichero

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

Cargando…
Cancelar
Guardar