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();
|
List<String> args = entry.getValue();
|
||||||
try {
|
try {
|
||||||
pattern = worldEdit.getPatternFactory().parseWithoutRich(full, context);
|
pattern = worldEdit.getPatternFactory().parseWithoutRich(full, context);
|
||||||
} catch (SuggestInputParseException rethrow) {
|
} catch (InputParseException rethrow) {
|
||||||
throw rethrow;
|
throw rethrow;
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
throw SuggestInputParseException.of(e, full, () -> {
|
throw SuggestInputParseException.of(e, full, () -> {
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren