Skip to content

Commit eb00309

Browse files
author
Simon MacMullen
committed
Oops
1 parent 831f445 commit eb00309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mirrored_supervisor.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ handle_info({'DOWN', _Ref, process, Pid, _Reason},
409409
[Self | _] -> {atomic, ChildSpecs} =
410410
mnesia:transaction(fun() -> update_all(Pid) end),
411411
[start(Delegate, ChildSpec) || ChildSpec <- ChildSpecs];
412-
_ -> ok
412+
_ -> []
413413
end,
414414
case all_started(R) of
415415
true -> {noreply, State};

0 commit comments

Comments
 (0)