| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index 31c62c705a0b9ee0cb6183521fad80a4c90add4a..c250be1b0dbd3c2e672bf6e7e0a605ed84cb55fc 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -356,6 +356,7 @@ Future<api.CompilationResult> compile(List<String> argv) {
|
| new OptionHandler(Flags.showPackageWarnings, passThrough),
|
| new OptionHandler(Flags.useContentSecurityPolicy, passThrough),
|
| new OptionHandler(Flags.enableExperimentalMirrors, passThrough),
|
| + new OptionHandler(Flags.enableAssertMessage, passThrough),
|
| new OptionHandler('--enable-async', (_) {
|
| diagnosticHandler.info(
|
| "Option '--enable-async' is no longer needed. "
|
|
|