mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
IDE: jitlist error: show exception message
git-svn-id: trunk@45603 -
This commit is contained in:
parent
8d3d5b37b4
commit
cc0f2b8e77
@ -2019,7 +2019,7 @@ begin
|
||||
|
||||
if List.CurReadErrorMsg<>'' then
|
||||
Msg:=Msg+List.CurReadErrorMsg+LineEnding;
|
||||
if E is EReadError then;
|
||||
Msg+=E.Message;
|
||||
IDEMessageDialog(lisCodeToolsDefsReadError, Msg, mtError, [mbCancel]);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user