Skip to content

Commit

Permalink
Quick fix (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
davissp14 authored Jul 10, 2024
1 parent 130f29f commit 471419e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/supervisor/supervisor.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (h *Supervisor) AddProcess(name string, command string, opts ...Opt) {
h.procs = append(h.procs, proc)
}

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

for {
Expand Down

0 comments on commit 471419e

Please sign in to comment.