| Index: utils/pub/path_source.dart
|
| diff --git a/utils/pub/path_source.dart b/utils/pub/path_source.dart
|
| index 6cdc0707bbb76add33eaf057f917a809446c3060..8b3b7a50f7167b96c33fe8a8791c25bac0a5a12a 100644
|
| --- a/utils/pub/path_source.dart
|
| +++ b/utils/pub/path_source.dart
|
| @@ -108,8 +108,6 @@ class PathSource extends Source {
|
|
|
| if (dirExists(dir)) return;
|
|
|
| - // Check this after dirExists() so that symlinks to directories don't get
|
| - // confused as files.
|
| if (fileExists(dir)) {
|
| throw new FormatException(
|
| "Path dependency for package '$name' must refer to a "
|
|
|