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

Unified Diff: compiler/java/com/google/dart/runner/DartRunner.java

Issue 8949055: Issue 250: Allow for GNU formatted errors (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Nits Created 9 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: compiler/java/com/google/dart/runner/DartRunner.java
diff --git a/compiler/java/com/google/dart/runner/DartRunner.java b/compiler/java/com/google/dart/runner/DartRunner.java
index 9f47f793a324f78c729b23ccf73ae0fc6ec5897c..3ee4a259eb1576bb7f1f7f116da8d92b9deb178a 100644
--- a/compiler/java/com/google/dart/runner/DartRunner.java
+++ b/compiler/java/com/google/dart/runner/DartRunner.java
@@ -124,7 +124,7 @@ public class DartRunner {
File outFile = options.getOutputFilename();
DefaultDartCompilerListener listener =
- new DefaultDartCompilerListener(stderr, options.printMachineProblems());
+ new DefaultDartCompilerListener(stderr, options.printErrorFormat());
CompilationResult compiled;
compiled = compileApp(app, imports, options, listener);

Powered by Google App Engine
This is Rietveld 408576698