diff --git a/pkg/controller/pod/pod_file.go b/pkg/controller/pod/pod_file.go index 45fcf1d..e148613 100644 --- a/pkg/controller/pod/pod_file.go +++ b/pkg/controller/pod/pod_file.go @@ -45,7 +45,7 @@ func FileListHandler(c *gin.Context) { // 获取文件列表 nodes, err := pf.GetFileList(info.Path) if err != nil { - amis.WriteJsonError(c, fmt.Errorf("获取文件列表失败,容器内没有shell或者没有ls命令:%v", err)) + amis.WriteJsonError(c, fmt.Errorf("获取文件列表失败,容器内没有shell或者没有ls命令")) return } amis.WriteJsonList(c, nodes)