mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 14:19:22 +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);
|
UpdatePoFile(FileList, OutputFilename);
|
||||||
Result := true;
|
Result := true;
|
||||||
except
|
except
|
||||||
Result := false;
|
on E: Exception do begin
|
||||||
|
DebugLn(['ConvertRSTFiles.UpdateList OutputFilename="',OutputFilename,'" ',E.Message]);
|
||||||
|
Result := false;
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user