Fix a compilation error (#2119)

This commit is contained in:
Dmitry Kovba
2026-08-13 20:03:09 -07:00
committed by GitHub
parent 5fcbeab570
commit 7d4ffb6cb1
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ public struct Builder: Sendable {
}
if let terminal = config.terminal {
Task {
_ = Task {
let winchHandler = AsyncSignalHandler.create(notify: [SIGWINCH])
let setWinch = { (rows: UInt16, cols: UInt16) in
var winch = ClientStream()