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); |