pas2js: marked allowed writeln

This commit is contained in:
mattias 2023-12-30 18:16:31 +01:00
parent 108ecaff22
commit 92e960c49a

View File

@ -127,7 +127,9 @@ procedure TWebIDLToPasApplication.DoRun;
procedure E(const Msg: string);
begin
{AllowWriteln}
writeln('Error: ',Msg);
{AllowWriteln-}
Halt(1);
end;