Index: utils/pub/hosted_source.dart |
diff --git a/utils/pub/hosted_source.dart b/utils/pub/hosted_source.dart |
index b774bc01ef8d8c005a0cef55a7b3ca20537d9240..2d811ca366d473e59f675318e16b695896bc639b 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"'); |