geforkt von Mirrors/FastAsyncWorldEdit
Adjust exception catch slightly
Dieser Commit ist enthalten in:
Ursprung
f8ed4e0c38
Commit
040edc8fd0
@ -141,7 +141,7 @@ public class RichPatternParser extends FaweParser<Pattern> {
|
||||
List<String> args = entry.getValue();
|
||||
try {
|
||||
pattern = worldEdit.getPatternFactory().parseWithoutRich(full, context);
|
||||
} catch (SuggestInputParseException rethrow) {
|
||||
} catch (InputParseException rethrow) {
|
||||
throw rethrow;
|
||||
} catch (Throwable e) {
|
||||
throw SuggestInputParseException.of(e, full, () -> {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren