Sync before switching to Pharo 7.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-02-08 17:51:39 +00:00
parent fec102216b
commit e19dc95108
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ GrafoscopioUtils class >> downloadingFrom: downloadUrl withMessage: aString into
progress isEmpty ifFalse: [ bar current: progress percentage ].
progress resume ].
] asJob run.
^ (location / fileName) asFileReference
]
{ #category : #utilities }