Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: lib/src/options.dart

Issue 11275029: Support for specifying an output directory (issue #106) (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/messages.dart ('k') | lib/web_component.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/options.dart
diff --git a/lib/src/options.dart b/lib/src/options.dart
index 4f3e30fbfa3e13c12c2b429e04c3abc754575f0c..a2174a35b041f7723f7d1c1e6b20cceda4bd2f42 100644
--- a/lib/src/options.dart
+++ b/lib/src/options.dart
@@ -26,7 +26,7 @@ class CompilerOptions {
: warningsAsErrors = args['warnings_as_errors'],
verbose = args['verbose'],
clean = args['clean'],
- useColors = !args['colors'],
+ useColors = args['colors'],
rest = args.rest;
static CompilerOptions parse(List<String> arguments) {
« no previous file with comments | « lib/src/messages.dart ('k') | lib/web_component.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698