| Index: utils/pub/hosted_source.dart
|
| diff --git a/utils/pub/hosted_source.dart b/utils/pub/hosted_source.dart
|
| index 3ae7c5581f886303b65ba2f393d42e83928cb926..99a7649fafcd08e3b523740fbc83e9821e1f5db3 100644
|
| --- a/utils/pub/hosted_source.dart
|
| +++ b/utils/pub/hosted_source.dart
|
| @@ -77,7 +77,7 @@ class HostedSource extends Source {
|
| .then((response) => response.stream),
|
| systemCache.createTempDir()
|
| ]).then((args) {
|
| - var stream = streamToInputStream(args[0]);
|
| + var stream = args[0];
|
| tempDir = args[1];
|
| return timeout(extractTarGz(stream, tempDir), HTTP_TIMEOUT,
|
| 'fetching URL "$fullUrl"');
|
|
|