We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130f29f commit 471419eCopy full SHA for 471419e
internal/supervisor/supervisor.go
@@ -70,7 +70,7 @@ func (h *Supervisor) AddProcess(name string, command string, opts ...Opt) {
70
h.procs = append(h.procs, proc)
71
}
72
73
-func (h *Supervisor) runProcess(ctx context.Context, proc *process) error {
+func (*Supervisor) runProcess(ctx context.Context, proc *process) error {
74
restarts := 0
75
76
for {
0 commit comments