mirror of
https://github.com/ethauvin/bld-antlr4.git
synced 2025-04-25 00:37:12 -07:00
Update src/main/java/rife/bld/extension/Antlr4Operation.java
Co-authored-by: Geert Bevin <gbevin@uwyn.com>
This commit is contained in:
parent
ed274864fb
commit
e0dd63bd13
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue