| Index: utils/pub/system_cache.dart
|
| diff --git a/utils/pub/system_cache.dart b/utils/pub/system_cache.dart
|
| index fd431171cf43c81a655654df49832b273d26b315..377ac17fb801822823fb21fb3a7493d574a29b8f 100644
|
| --- a/utils/pub/system_cache.dart
|
| +++ b/utils/pub/system_cache.dart
|
| @@ -103,7 +103,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'));
|
| }
|
|
|