| Index: sdk/lib/_internal/pub/lib/src/dart.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/dart.dart b/sdk/lib/_internal/pub/lib/src/dart.dart
|
| index 9e84360a24a67a59a4be60e1b020754f788c0bce..e57ad2135f2a33a3b1daf550bea23d88cc9be7f9 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/dart.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/dart.dart
|
| @@ -67,7 +67,7 @@ Future compile(String entrypoint, CompilerProvider provider, {
|
| bool toDart: false}) {
|
| return syncFuture(() {
|
| var options = <String>['--categories=Client,Server'];
|
| - if (checked) options.add('--checked');
|
| + if (checked) options.add('--enable-checked-mode');
|
| if (minify) options.add('--minify');
|
| if (verbose) options.add('--verbose');
|
| if (analyzeAll) options.add('--analyze-all');
|
|
|