Skip to content

Commit

Permalink
Clean image on format migration
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Jul 22, 2022
1 parent fe7966f commit e716a48
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ VMSpurImageToComposedImageMigrationProcess >> loadImage: originalImage [
{ #category : #migrate }
VMSpurImageToComposedImageMigrationProcess >> migrate: originalImage to: newImage [

newImage asFileReference ensureDeleteAll.

self createSimulator.
self loadImage: originalImage.
self saveImage: newImage.
Expand Down

0 comments on commit e716a48

Please sign in to comment.