| Index: utils/pub/system_cache.dart
|
| diff --git a/utils/pub/system_cache.dart b/utils/pub/system_cache.dart
|
| index 13e6b8d68db8d6ca2119339b00abd2c61cb32fc1..cdb537cac9a6eaea33f3ea902ee0cdd91f5601b9 100644
|
| --- a/utils/pub/system_cache.dart
|
| +++ b/utils/pub/system_cache.dart
|
| @@ -101,7 +101,7 @@ class SystemCache {
|
| /// packages into while installing. It uses this instead of the OS's system
|
| /// temp directory to ensure that it's on the same volume as the pub system
|
| /// cache so that it can move the directory from it.
|
| - Directory createTempDir() {
|
| + String createTempDir() {
|
| var temp = ensureDir(tempDir);
|
| return io.createTempDir(join(temp, 'dir'));
|
| }
|
|
|