| @@ -263,7 +263,7 @@ func getRecords(ctx context.Context, store content.Provider, desc ocispec.Descri | |||||||
| 		images.HandlerFunc(exportHandler), | 		images.HandlerFunc(exportHandler), | ||||||
| 	) | 	) | ||||||
|  |  | ||||||
| 	// Walk sequentially since the number of fetchs is likely one and doing in | 	// Walk sequentially since the number of fetches is likely one and doing in | ||||||
| 	// parallel requires locking the export handler | 	// parallel requires locking the export handler | ||||||
| 	if err := images.Walk(ctx, handlers, desc); err != nil { | 	if err := images.Walk(ctx, handlers, desc); err != nil { | ||||||
| 		return nil, err | 		return nil, err | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 yuxiaobo
					yuxiaobo