File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/main/java/liquidjava/api Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111
1212 <groupId >io.github.liquid-java</groupId >
1313 <artifactId >liquidjava-verifier</artifactId >
14- <version >0.0.1 </version >
14+ <version >0.0.2 </version >
1515 <name >liquidjava-verifier</name >
1616 <description >LiquidJava Verifier</description >
1717 <url >https://github.com/liquid-java/liquidjava</url >
Original file line number Diff line number Diff line change @@ -28,10 +28,12 @@ public static void main(String[] args) {
2828 }
2929 List <String > paths = Arrays .asList (args );
3030 launch (paths .toArray (new String [0 ]));
31+
32+ // print diagnostics
33+ System .out .println (diagnostics .getWarningOutput ());
3134 if (diagnostics .foundError ()) {
3235 System .out .println (diagnostics .getErrorOutput ());
3336 } else {
34- System .out .println (diagnostics .getWarningOutput ());
3537 System .out .println ("Correct! Passed Verification." );
3638 }
3739 }
You can’t perform that action at this time.
0 commit comments