| Index: utils/pub/io.dart
|
| diff --git a/utils/pub/io.dart b/utils/pub/io.dart
|
| index 0b6445b3d799470dd2ae780f4fa59bbd099e81ee..8523d340527fef5169da484f9c0ebf3a30b2ce10 100644
|
| --- a/utils/pub/io.dart
|
| +++ b/utils/pub/io.dart
|
| @@ -149,7 +149,7 @@ List<String> listDir(String dir, {bool recursive: false,
|
| var entityPath = entity.path;
|
| if (!includeHidden && path.basename(entityPath).startsWith('.')) continue;
|
|
|
| - // TODO(nweiz): remove this when issue 4928 is fixed.
|
| + // TODO(nweiz): remove this when issue 9832 is fixed.
|
| if (entity is Link) {
|
| // We treat broken symlinks as files, in that we don't want to recurse
|
| // into them.
|
|
|