Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 11:00:05 +01:00
Rethrow input parse in mask parser
Dieser Commit ist enthalten in:
Ursprung
44c5447edb
Commit
5d47d1bce6
@ -147,6 +147,8 @@ public class DefaultMaskParser extends FaweParser<Mask> {
|
||||
}
|
||||
masks.get(masks.size() - 1).add(mask);
|
||||
}
|
||||
} catch (InputParseException ignore) {
|
||||
throw ignore;
|
||||
} catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
throw new InputParseException(e.getMessage(), e);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren