Chromium Code Reviews| Index: utils/pub/path_source.dart |
| =================================================================== |
| --- utils/pub/path_source.dart (revision 20601) |
| +++ utils/pub/path_source.dart (working copy) |
| @@ -108,8 +108,6 @@ |
| 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 " |