mattias преди 4 години
родител
ревизия
0b5c8030e4
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      utils/pas2js/httpcompiler.pp

+ 2 - 0
utils/pas2js/httpcompiler.pp

@@ -583,7 +583,9 @@ begin
     exit;
   Msg:=Format('(Proxy redirect) location: %s, Method: %s, From: %s, to: %s',[aLocation,aMethod,aFromURl,atoURL]);
   if IsConsole then
+    {AllowWriteln}
     Writeln(FormatDateTime('yyyy-mm-dd hh:nn:ss.zzz',Now),' [',etInfo,'] ',Msg)
+    {AllowWriteln-}
   else
     inherited DoLog(etInfo, Msg);
 end;