mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 06:41:08 +00:00
Print errors
This commit is contained in:
@@ -93,7 +93,7 @@ public class GroupedExecutor
|
|||||||
|
|
||||||
catch(Throwable e)
|
catch(Throwable e)
|
||||||
{
|
{
|
||||||
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
mirror.compute(q, (k, v) -> v - 1);
|
mirror.compute(q, (k, v) -> v - 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user