mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 00:59:25 +02:00
IDE: improved debugging
git-svn-id: trunk@15926 -
This commit is contained in:
parent
dbbebe8dd7
commit
af088605bf
@ -184,9 +184,12 @@ var
|
||||
UpdatePoFile(FileList, OutputFilename);
|
||||
Result := true;
|
||||
except
|
||||
on E: Exception do begin
|
||||
DebugLn(['ConvertRSTFiles.UpdateList OutputFilename="',OutputFilename,'" ',E.Message]);
|
||||
Result := false;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
begin
|
||||
Result:=true;
|
||||
|
Loading…
Reference in New Issue
Block a user