mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 21:15:23 +02:00
[196662] we should refresh the subject when it doesnt' exist on the host.
This commit is contained in:
parent
bc4c33cc44
commit
cb7dc5d04c
1 changed files with 2 additions and 1 deletions
|
@ -671,6 +671,7 @@ public class UniversalFileSystemMiner extends Miner {
|
||||||
_dataStore.deleteObject(subject, (DataElement)children.get(i));
|
_dataStore.deleteObject(subject, (DataElement)children.get(i));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
_dataStore.refresh(subject);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue