Chromium Code Reviews| Index: sdk/lib/_internal/pub/bin/pub.dart |
| diff --git a/sdk/lib/_internal/pub/bin/pub.dart b/sdk/lib/_internal/pub/bin/pub.dart |
| index 7c594270d823fa96f0774742cf349d75f6caf0f8..0664ff56fd6faa62cbdab3f853b9e978632f063e 100644 |
| --- a/sdk/lib/_internal/pub/bin/pub.dart |
| +++ b/sdk/lib/_internal/pub/bin/pub.dart |
| @@ -32,6 +32,8 @@ void main(List<String> arguments) { |
| return; |
| } |
| + log.withPrejudice = options['with-prejudice']; |
| + |
| if (options['version']) { |
| log.message('Pub ${sdk.version}'); |
| return; |