Update src/main/java/rife/bld/extension/Antlr4Operation.java

Co-authored-by: Geert Bevin <gbevin@uwyn.com>
This commit is contained in:
Erik C. Thauvin 2024-06-26 17:37:30 -07:00 committed by GitHub
parent ed274864fb
commit e0dd63bd13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,7 +91,7 @@ public class Antlr4Operation extends AbstractOperation<Antlr4Operation> {
System.out.println("ANTLR4 grammar processed successfully.");
}
} else {
throw new ExitStatusException(1);
throw new ExitStatusException(ExitStatusException.EXIT_FAILURE);
}
}