Sync before switching to Pharo 7.
This commit is contained in:
parent
fec102216b
commit
e19dc95108
@ -42,6 +42,8 @@ GrafoscopioUtils class >> downloadingFrom: downloadUrl withMessage: aString into
|
|||||||
progress isEmpty ifFalse: [ bar current: progress percentage ].
|
progress isEmpty ifFalse: [ bar current: progress percentage ].
|
||||||
progress resume ].
|
progress resume ].
|
||||||
] asJob run.
|
] asJob run.
|
||||||
|
|
||||||
|
^ (location / fileName) asFileReference
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #utilities }
|
{ #category : #utilities }
|
||||||
|
Loading…
Reference in New Issue
Block a user