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