mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 11:50:28 +02:00
pas2js: marked allowed writeln
This commit is contained in:
parent
108ecaff22
commit
92e960c49a
@ -127,7 +127,9 @@ procedure TWebIDLToPasApplication.DoRun;
|
||||
|
||||
procedure E(const Msg: string);
|
||||
begin
|
||||
{AllowWriteln}
|
||||
writeln('Error: ',Msg);
|
||||
{AllowWriteln-}
|
||||
Halt(1);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user