mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-12 16:38:18 +02:00
* Fix typo
git-svn-id: trunk@48171 -
This commit is contained in:
parent
005448f305
commit
92c3aedac4
@ -338,7 +338,7 @@ begin
|
|||||||
except
|
except
|
||||||
on E: EParserError do
|
on E: EParserError do
|
||||||
begin
|
begin
|
||||||
eMsg:= Format('Error of parcer: %s(%d,%d): %s',[E.Filename, E.Row, E.Column, E.Message]);
|
eMsg:= Format('Parser error: %s (%d,%d): %s',[E.Filename, E.Row, E.Column, E.Message]);
|
||||||
If Options.StopOnParseError then Raise;
|
If Options.StopOnParseError then Raise;
|
||||||
end;
|
end;
|
||||||
on E: EFileNotFoundError do
|
on E: EFileNotFoundError do
|
||||||
|
Loading…
Reference in New Issue
Block a user