Explorar o código

pas2js: marked writeln

mattias hai 2 meses
pai
achega
f1f28e35e1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      utils/pas2js/httpcompiler.pp

+ 2 - 0
utils/pas2js/httpcompiler.pp

@@ -301,8 +301,10 @@ end;
 procedure THTTPCompilerApplication.WriteOptions;
 begin
   inherited WriteOptions;
+  {AllowWriteln}
   Writeln('-s --simpleserver        Only serve files, do not enable compilation.');
   Writeln('-w --watch               Watch directory for changes');
+  {AllowWriteln-}
 end;
 
 procedure THTTPCompilerApplication.ReportBuilding(AItem: TCompileItem);