Chromium Code Reviews| Index: compiler/java/com/google/dart/compiler/DartCompiler.java |
| =================================================================== |
| --- compiler/java/com/google/dart/compiler/DartCompiler.java (revision 23150) |
| +++ compiler/java/com/google/dart/compiler/DartCompiler.java (working copy) |
| @@ -1062,6 +1062,10 @@ |
| } |
| }); |
| } else { |
| + System.out.println("WARNING: This command is now deprecated, please use dartanalyzer instead."); |
| + System.out.println("For more info, see www.dartlang.org/analyzer."); |
|
scheglov
2013/05/24 16:50:17
Chrome: Oops! This link appears to be broken.
|
| + System.out.println(); |
| + |
| result = compilerMain(topCompilerOptions); |
| } |
| } catch (Throwable t) { |