| Index: utils/pub/command_lish.dart
|
| ===================================================================
|
| --- utils/pub/command_lish.dart (revision 20601)
|
| +++ utils/pub/command_lish.dart (working copy)
|
| @@ -147,7 +147,7 @@
|
|
|
| return listDir(rootDir, recursive: true).then((entries) {
|
| return entries
|
| - .where(fileExists) // Skip directories.
|
| + .where(fileExists) // Skip directories and broken symlinks.
|
| .map((entry) => path.relative(entry, from: rootDir));
|
| });
|
| }).then((files) => files.where(_shouldPublish).toList());
|
|
|