Merge pull request #693 from CocoTheOwner/self-ref

iris settings self reference
This commit is contained in:
Brian Fopiano 2021-12-26 18:15:41 -08:00 committed by GitHub
commit 030b2998eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,7 @@ public class IrisSettings {
e.printStackTrace(); e.printStackTrace();
} }
} catch (Throwable ee) { } catch (Throwable ee) {
Iris.reportError(ee); // Iris.reportError(ee); causes a self-reference & stackoverflow
Iris.error("Configuration Error in settings.json! " + ee.getClass().getSimpleName() + ": " + ee.getMessage()); Iris.error("Configuration Error in settings.json! " + ee.getClass().getSimpleName() + ": " + ee.getMessage());
} }
} }