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 1c722b0f80
commit cdfd644c04
2 changed files with 12 additions and 2 deletions
+1
View File
@@ -29,6 +29,7 @@ type Logger interface {
Info(s string)
Warn(s string)
Error(s string)
Errorf(format string, args ...any)
}
type Cmder interface {