Skip to content

Commit da2bfce

Browse files
committed
Improve Message
1 parent c851e91 commit da2bfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liquidjava-verifier/src/main/java/liquidjava/api/CommandLineLauncher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static void launch(String... paths) {
5858

5959
boolean buildSuccess = launcher.getModelBuilder().build();
6060
if (!buildSuccess) {
61-
diagnostics.add(new CustomWarning("Java compilation error detected"));
61+
diagnostics.add(new CustomWarning("Java compilation error detected. Verification might be affected."));
6262
}
6363

6464
final Factory factory = launcher.getFactory();

0 commit comments

Comments
 (0)