mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 19:38:19 +02:00
codetools: fixed error msg
git-svn-id: trunk@54674 -
This commit is contained in:
parent
01f25f27ce
commit
e42d0903e0
@ -1787,8 +1787,8 @@ var
|
||||
DirtyPos: Integer;
|
||||
ErrorDirTool: TCompilerDirectivesTree;
|
||||
begin
|
||||
fErrorMsg:=AnException.Message;
|
||||
ClearError;
|
||||
fErrorMsg:=AnException.Message;
|
||||
if (AnException is ELinkScannerError) then begin
|
||||
// link scanner error
|
||||
if AnException is ELinkScannerConsistency then
|
||||
|
Loading…
Reference in New Issue
Block a user