fix(portforward): no longer stuck after failed port forwarding

This commit is contained in:
Quentin McGaw
2026-04-20 15:27:47 +00:00
parent 8bc2fbd487
commit 7eef1c89a7
2 changed files with 12 additions and 2 deletions
+1
View File
@@ -32,6 +32,7 @@ type Logger interface {
Info(s string)
Warn(s string)
Error(s string)
Errorf(format string, args ...any)
}
type Cmder interface {