Sync before switching to Pharo 7.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-02-08 17:51:39 +00:00 committed by SantiagoBragagnolo
parent 89410871a8
commit 4b3ca8c2d0
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 }