mirror of
https://github.com/containerd/containerd.git
synced 2026-07-12 02:26:11 +00:00
Signed-off-by: John Howard <jhoward@microsoft.com> Before this change, the shim was only publishing a non-zero exit status (exit code) in the case that the process.Wait() call failed. This grabs the exit status correctly when process.Wait() succeeds too.