mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-05 10:20:23 +01:00
Fixed IllegalArgumentException: No task with id 6 (#512)
This commit is contained in:
parent
6f475b8d82
commit
1155d10934
@ -42,7 +42,7 @@ public abstract class Consumer<T> extends AbsRunnable {
|
|||||||
run = false;
|
run = false;
|
||||||
try {
|
try {
|
||||||
super.cancel();
|
super.cancel();
|
||||||
} catch (NullPointerException ignore) {
|
} catch (NullPointerException | IllegalArgumentException ignore) {
|
||||||
/*ignored*/
|
/*ignored*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user