
Incorrect error from Error Catcher
ghzdude opened this issue · 2 comments
if you have an event/closure like:
mods.gregtech.materialEvent {
method(, arg1, arg2)
}
the error incorrectly points to {
as the issue, instead of the errant comma in method()
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Unexpected input: '{'
mods.gregtech.materialEvent {
^