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;
|
||||
DeleteFile(fJsonFname);
|
||||
end;
|
||||
if dat.Count = 0 then exit;
|
||||
|
||||
// update tree
|
||||
try
|
||||
|
|
|
|||
Loading…
Reference in New Issue