mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-01 15:16:51 +02:00
codetools: fixed error msg
git-svn-id: branches/fixes_1_8@54675 -
This commit is contained in:
parent
9672b3d5c6
commit
4f81b67ac6
@ -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