Chromium Code Reviews| Index: utils/pub/pubspec.dart |
| diff --git a/utils/pub/pubspec.dart b/utils/pub/pubspec.dart |
| index de3f15577e27affa6ca5a65cf1bc77e89ef1259a..a5c67acc645900cb4055ac33ee32a6455917c312 100644 |
| --- a/utils/pub/pubspec.dart |
| +++ b/utils/pub/pubspec.dart |
| @@ -54,7 +54,7 @@ class Pubspec { |
| return pubspec; |
| } on FormatException catch (ex) { |
| - throw 'Could not parse $pubspecPath:\n${ex.message}'; |
| + fail('Could not parse $pubspecPath:\n${ex.message}'); |
| } |
| } |