Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing operation to fs path error (#799)
When opening a folder as OCI image layout and there is no `oci-layout` file exists, the error would be > failed to open OCI layout file: oci-layout: file does not exist There is a duplicated space in the error string, because the `Op` field is missing in the returned `fs.PathError`. With fix in this PR, the return error would be > failed to open OCI layout file: open oci-layout: file does not exist Fixes #640 Signed-off-by: Billy Zha <[email protected]>
- Loading branch information