mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +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
|
@ -669,8 +669,9 @@ public class UniversalFileSystemMiner extends Miner {
|
|||
for (int i = children.size() - 1; i >= 0; i--)
|
||||
{
|
||||
_dataStore.deleteObject(subject, (DataElement)children.get(i));
|
||||
}
|
||||
}
|
||||
}
|
||||
_dataStore.refresh(subject);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue