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

Unified Diff: lib/dwc.dart

Issue 11450020: (Fix #215) better error printing in editor & extension, adds mapping for editor (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years 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
Index: lib/dwc.dart
diff --git a/lib/dwc.dart b/lib/dwc.dart
index dfa89ad87618a2af66f4bcbd83ed5a83dab3e426..a703895eb7b6f785315fb4a96454e7b388c4df99 100755
--- a/lib/dwc.dart
+++ b/lib/dwc.dart
@@ -62,7 +62,7 @@ Future<CompilerResult> run(List<String> args) {
if (options == null) return new Future.immediate(new CompilerResult());
fileSystem = new ConsoleFileSystem();
- messages = new Messages(options: options);
+ messages = new Messages(options: options, shouldPrint: true);
return asyncTime('Total time spent on ${options.inputFile}', () {
var currentDir = new Directory.current().path;
« no previous file with comments | « lib/component_build.dart ('k') | lib/src/messages.dart » ('j') | lib/src/messages.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698