This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
supervisor template: add missing comma
pull/2073/head
Maxim Fedorov
6 years ago
parent
203b0de4e4
commit
137cc48768
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
priv/templates/sup.erl
+ 1
- 1
priv/templates/sup.erl
View File
@ -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
=
[
]
,
Write
Preview
Loading…
Cancel
Save