Browse Source

pas2js: marked allowed writeln

mattias 1 năm trước cách đây
mục cha
commit
92e960c49a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      utils/pas2js/webidl2pas.pp

+ 2 - 0
utils/pas2js/webidl2pas.pp

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