File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
liquidjava-verifier/src/main/java/liquidjava/api Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ public static void launch(String... paths) {
3838 System .out .println ("Running LiquidJava on: " + Arrays .toString (paths ).replaceAll ("[\\ [\\ ]]" , "" ));
3939
4040 Diagnostics diagnostics = Diagnostics .getInstance ();
41+ diagnostics .clear ();
4142 Launcher launcher = new Launcher ();
4243 for (String path : paths ) {
4344 if (!new File (path ).exists ()) {
@@ -50,7 +51,6 @@ public static void launch(String... paths) {
5051 launcher .getEnvironment ().setNoClasspath (true );
5152 launcher .getEnvironment ().setComplianceLevel (8 );
5253 launcher .run ();
53- diagnostics .clear ();
5454
5555 final Factory factory = launcher .getFactory ();
5656 final ProcessingManager processingManager = new QueueProcessingManager (factory );
You can’t perform that action at this time.
0 commit comments