Cancel besser abgefangen.
This commit is contained in:
parent
d19124a4de
commit
f40c1029f0
@ -186,6 +186,10 @@ public class Typinferenz {
|
||||
}
|
||||
|
||||
public void cancel() {
|
||||
try {
|
||||
compiler.usedTasks.cancel();
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user