mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 17:19:46 +02:00
fppkg: Show errors also in the log
git-svn-id: trunk@54846 -
This commit is contained in:
parent
a3a7c54e1e
commit
a07bb53e34
@ -218,6 +218,7 @@ end;
|
||||
|
||||
procedure LazError(const Msg: String);
|
||||
begin
|
||||
LazLog(llError, Msg);
|
||||
if Assigned(FppkgForm) then
|
||||
FppkgForm.OnErrorThreadSafe(Msg)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user