mirror of
https://github.com/apple/container.git
synced 2026-08-27 19:06:33 +00:00
Fix a compilation error (#2119)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user