mirror of
https://github.com/moby/moby.git
synced 2026-07-07 23:28:37 +00:00
We were discarding the underlying error, which made it impossible for callers to detect (e.g.) an os.ErrNotExist. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>