| Index: utils/pub/hosted_source.dart
|
| diff --git a/utils/pub/hosted_source.dart b/utils/pub/hosted_source.dart
|
| index 1a2d3e811b9dda663bd40b9f976cb47ff790c344..28bb1611d6712c5213381ab8babf36274440db71 100644
|
| --- a/utils/pub/hosted_source.dart
|
| +++ b/utils/pub/hosted_source.dart
|
| @@ -72,7 +72,7 @@ class HostedSource extends Source {
|
|
|
| // Download and extract the archive to a temp directory.
|
| var tempDir;
|
| - return Futures.wait([
|
| + return Future.wait([
|
| httpClient.send(new http.Request("GET", new Uri.fromString(fullUrl)))
|
| .then((response) => response.stream),
|
| systemCache.createTempDir()
|
|
|