Skip to content

Commit 48f6cec

Browse files
committed
call self.terminal
1 parent e09eb66 commit 48f6cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vminitd/Sources/vminitd/ManagedProcess.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ extension ManagedProcess {
173173
guard fd != -1 else {
174174
throw ContainerizationError(.internalError, message: "vmexec did not return pty fd")
175175
}
176-
try terminalIO.attach(pid: i, fd: fd)
176+
try self.terminal.attach(pid: i, fd: fd)
177177
}
178178

179179
log.debug(

0 commit comments

Comments
 (0)