Explorar el Código

* Cosmetic change

Michael Van Canneyt hace 9 meses
padre
commit
7cd8b6e74d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/wasi/src/wasiworkerthreadhost.pas

+ 0 - 1
packages/wasi/src/wasiworkerthreadhost.pas

@@ -729,7 +729,6 @@ begin
   TH:=TWASIThreadHost.Create(Self);
   TH.OnConsoleWrite:=@HandleConsoleWrite;
   FThreadSupport:=CreateWorkerThreadSupport(TH.WasiEnvironment);
-
   FThreadSupport.OnSendCommand:=@DoOnSendCommand;
   TH.ThreadSupport:=FThreadSupport; // Sets FThreadSupport.host
   Result:=TH;