Browse Source

fcl-js: clean up

mattias 3 years ago
parent
commit
e298e6eccd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-js/src/tstopas.pp

+ 2 - 0
packages/fcl-js/src/tstopas.pp

@@ -770,12 +770,14 @@ procedure TTypescriptToPas.DumpElements;
     N : TJSElementNode;
 
   begin
+    {AllowWriteln}
     Writeln(aSection,': ',aList.Count,' elements');
     For I:=0 to aList.Count-1 do
       begin
       N:=Alist[i];
       Writeln(aSection,' element ',I,' : ',N.Node.ClassName);
       end;
+    {AllowWriteln-}
   end;
 
 Var