diff --git a/internal/portforward/loop.go b/internal/portforward/loop.go index 23a9566c..53a6afce 100644 --- a/internal/portforward/loop.go +++ b/internal/portforward/loop.go @@ -121,12 +121,6 @@ func (l *Loop) run(runCtx context.Context, runDone chan<- struct{}, // and if it failed to start. updateResult <- err } - if err != nil { - if runCtx.Err() == nil { // crashed but NOT stopped - runErrorCh <- fmt.Errorf("starting new service: %w", err) - } - return - } } }