Skip to content

Commit dd95d66

Browse files
committed
link all processes to single chain
1 parent d6397b0 commit dd95d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bpe.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ start(Proc0, Options) ->
1616
options = Options,
1717
notifications = Pid};
1818
_ -> Proc0 end,
19-
kvs:put(Proc),
19+
kvs:add(Proc),
2020
Restart = transient,
2121
Shutdown = 200,
2222
ChildSpec = { Proc#process.id,

0 commit comments

Comments
 (0)