mirror of
https://github.com/moby/moby.git
synced 2026-07-05 06:08:11 +00:00
It turns out that the Finally block does not see the exit code from the `exit` call that triggered it, but from an earlier state. And it seems that actions take in the Finally block other than `exit` will not affect the $LastErrorCode set by the `exit` that triggered the Finally block. Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>