mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-18 00:00:23 -05:00
Forgot something.
This commit is contained in:
parent
7f7d95a497
commit
6799faca66
@ -966,9 +966,9 @@ begin
|
|||||||
with PSScript.CompilerMessages[l] do
|
with PSScript.CompilerMessages[l] do
|
||||||
HandleError(Row, Col, Pos, MessageToString,errCompile, ModuleName)
|
HandleError(Row, Col, Pos, MessageToString,errCompile, ModuleName)
|
||||||
else
|
else
|
||||||
psWriteln(PSScript.CompilerErrorToStr(l) + ' at line ' + inttostr(PSScript.CompilerMessages[l].Row));
|
psWriteln(PSScript.CompilerErrorToStr(l) + ' at line ' + inttostr(PSScript.CompilerMessages[l].Row - 1));
|
||||||
end else
|
end else
|
||||||
psWriteln(PSScript.CompilerErrorToStr(l) + ' at line ' + inttostr(PSScript.CompilerMessages[l].Row));
|
psWriteln(PSScript.CompilerErrorToStr(l) + ' at line ' + inttostr(PSScript.CompilerMessages[l].Row - 1));
|
||||||
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user