mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 22:32:04 +00:00
No spam
This commit is contained in:
@@ -75,7 +75,6 @@ public class BurstExecutor {
|
|||||||
CompletableFuture.allOf(futures.toArray(new CompletableFuture[0])).get();
|
CompletableFuture.allOf(futures.toArray(new CompletableFuture[0])).get();
|
||||||
futures.clear();
|
futures.clear();
|
||||||
} catch (InterruptedException | ExecutionException e) {
|
} catch (InterruptedException | ExecutionException e) {
|
||||||
e.printStackTrace();
|
|
||||||
Iris.reportError(e);
|
Iris.reportError(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user