mirror of https://gitlab.com/basile.b/dexed.git
fix, AV in static explorer if fDoc is not a D source
This commit is contained in:
parent
66d96959d0
commit
bcaa0027c7
|
|
@ -509,6 +509,7 @@ begin
|
||||||
str.Free;
|
str.Free;
|
||||||
DeleteFile(fJsonFname);
|
DeleteFile(fJsonFname);
|
||||||
end;
|
end;
|
||||||
|
if dat.Count = 0 then exit;
|
||||||
|
|
||||||
// update tree
|
// update tree
|
||||||
try
|
try
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue