diff --git a/mac/VibeTunnel/Presentation/Components/Menu/SessionRow.swift b/mac/VibeTunnel/Presentation/Components/Menu/SessionRow.swift index 4f893c1d..7921845a 100644 --- a/mac/VibeTunnel/Presentation/Components/Menu/SessionRow.swift +++ b/mac/VibeTunnel/Presentation/Components/Menu/SessionRow.swift @@ -360,6 +360,7 @@ struct SessionRow: View { // The session monitor will automatically update } catch { // Handle error + Self.logger.error("Failed to terminate session \(session.key): \(error)") await MainActor.run { isTerminating = false }