mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 20:59:12 +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;
|
DirtyPos: Integer;
|
||||||
ErrorDirTool: TCompilerDirectivesTree;
|
ErrorDirTool: TCompilerDirectivesTree;
|
||||||
begin
|
begin
|
||||||
fErrorMsg:=AnException.Message;
|
|
||||||
ClearError;
|
ClearError;
|
||||||
|
fErrorMsg:=AnException.Message;
|
||||||
if (AnException is ELinkScannerError) then begin
|
if (AnException is ELinkScannerError) then begin
|
||||||
// link scanner error
|
// link scanner error
|
||||||
if AnException is ELinkScannerConsistency then
|
if AnException is ELinkScannerConsistency then
|
||||||
|
Loading…
Reference in New Issue
Block a user