mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
@@ -45,7 +45,7 @@ func (c ErrorCode) String() string {
|
||||
case ContainerNotRunning:
|
||||
return "Container is not running"
|
||||
case ConsoleExists:
|
||||
return "Console exist for process"
|
||||
return "Console exists for process"
|
||||
default:
|
||||
return "Unknown error"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user