mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-23 08:13:50 +02:00
[190010] search cancellation issues -best to have incomplete results
This commit is contained in:
parent
4f89d1b300
commit
23375e6f89
1 changed files with 1 additions and 2 deletions
|
@ -122,8 +122,7 @@ public class UniversalSearchHandler extends Thread implements ICancellableHandle
|
||||||
_isDone = true;
|
_isDone = true;
|
||||||
|
|
||||||
if (_isCancelled) {
|
if (_isCancelled) {
|
||||||
_status.removeNestedData();
|
|
||||||
_dataStore.createObject(_status,"error", "cancelled");
|
|
||||||
_miner.statusCancelled(_status);
|
_miner.statusCancelled(_status);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue