| Index: pkg/front_end/lib/src/base/processed_options.dart
|
| diff --git a/pkg/front_end/lib/src/base/processed_options.dart b/pkg/front_end/lib/src/base/processed_options.dart
|
| index d525d15ed294e48cb269033c4a57ef3ae2fa9fc4..00c3a91a143d1644606c17267fadbe8981d3b6d1 100644
|
| --- a/pkg/front_end/lib/src/base/processed_options.dart
|
| +++ b/pkg/front_end/lib/src/base/processed_options.dart
|
| @@ -80,6 +80,8 @@ class ProcessedOptions {
|
|
|
| bool get debugDump => _raw.debugDump;
|
|
|
| + bool get setExitCodeOnProblem => _raw.setExitCodeOnProblem;
|
| +
|
| /// Like [CompilerOptions.chaseDependencies] but with the appropriate default
|
| /// value filled in.
|
| bool get chaseDependencies => _raw.chaseDependencies ?? !_modularApi;
|
|
|