Skip to content

Commit 471419e

Browse files
authored
Quick fix (#242)
1 parent 130f29f commit 471419e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/supervisor/supervisor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (h *Supervisor) AddProcess(name string, command string, opts ...Opt) {
7070
h.procs = append(h.procs, proc)
7171
}
7272

73-
func (h *Supervisor) runProcess(ctx context.Context, proc *process) error {
73+
func (*Supervisor) runProcess(ctx context.Context, proc *process) error {
7474
restarts := 0
7575

7676
for {

0 commit comments

Comments
 (0)