IDE: jitlist error: show exception message

git-svn-id: trunk@45603 -
This commit is contained in:
mattias 2014-06-22 09:31:45 +00:00
parent 8d3d5b37b4
commit cc0f2b8e77

View File

@ -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;