asdfasdfasdf

This commit is contained in:
neon443
2025-06-26 15:50:25 +01:00
parent c6699a9818
commit 747406df5d
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ final class SSHTerminalView: TerminalView, Sendable, @preconcurrency TerminalVie
DispatchQueue.main.async { DispatchQueue.main.async {
Task { Task {
guard let handler = await self.handler else { return } guard let handler = self.handler else { return }
while handler.connected { while handler.connected {
if let read = handler.readFromChannel() { if let read = handler.readFromChannel() {
await MainActor.run { await MainActor.run {