Skip to content

Commit f5eb167

Browse files
Update pkg/distribution/internal/bundle/unpack.go
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent f9cdf1c commit f5eb167

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/distribution/internal/bundle/unpack.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ func unpackDirTarArchives(bundle *Bundle, mdl types.Model) error {
255255
for _, layer := range layers {
256256
mediaType, err := layer.MediaType()
257257
if err != nil {
258+
log.Printf("error getting media type for layer: %v", err)
258259
continue
259260
}
260261

0 commit comments

Comments
 (0)