From 4f7926c5574dd62dad495f50e2b3f1ef49eecd8f Mon Sep 17 00:00:00 2001 From: "LI, WENJIE" Date: Tue, 14 Mar 2023 06:22:38 +0000 Subject: [PATCH] update pkg/cri/server/container_execsync.go. Signed-off-by: LI, WENJIE --- pkg/cri/server/container_execsync.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cri/server/container_execsync.go b/pkg/cri/server/container_execsync.go index b39c46c..8bb5b8f 100644 --- a/pkg/cri/server/container_execsync.go +++ b/pkg/cri/server/container_execsync.go @@ -19,6 +19,7 @@ package server import ( "bytes" "io" + "errors" "syscall" "time"