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()
@@ -26,6 +26,7 @@ import ContainerizationError
import ContainerizationExtras
import Foundation
import Logging
import SystemPackage
enum Variant: String, ExpressibleByArgument {
case reserved
@@ -24,6 +24,7 @@ import ContainerXPC
import Foundation
import Logging
import NIO
import SystemPackage
extension RuntimeLinuxHelper {
struct Start: AsyncParsableCommand {