This commit is contained in:
Daniel Mills
2021-07-16 02:25:35 -04:00
parent 22387b2610
commit 71140381e0
198 changed files with 1033 additions and 1146 deletions

View File

@@ -148,7 +148,8 @@ class ParticleSenderLegacy implements ParticleSender {
try {
return getEnumParticle(particle);
} catch (IllegalArgumentException e) {Iris.reportError(e);
} catch (IllegalArgumentException e) {
Iris.reportError(e);
return null;
}
}