mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 09:29:19 +02:00
* Slightly better error message
git-svn-id: trunk@38611 -
This commit is contained in:
parent
5dbf394041
commit
bbf06c438c
@ -961,7 +961,7 @@ begin
|
||||
FailMsg:=ComparisonMsg(SExceptionHelpContextCompare,IntToStr(AExceptionContext),IntToStr(E.HelpContext))
|
||||
end;
|
||||
end;
|
||||
AssertTrue(AMessage + FailMsg, FailMsg='', AErrorAddr);
|
||||
AssertTrue(AMessage + ': '+FailMsg, FailMsg='', AErrorAddr);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user