mirror of
https://github.com/moby/moby.git
synced 2026-07-12 18:45:06 +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>