9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 02:59:06 +00:00

Print errors

This commit is contained in:
Daniel Mills
2020-10-13 04:33:28 -04:00
parent 74e59fa47b
commit 38e62a9c98

View File

@@ -93,7 +93,7 @@ public class GroupedExecutor
catch(Throwable e)
{
e.printStackTrace();
}
mirror.compute(q, (k, v) -> v - 1);