* Cosmetic change

This commit is contained in:
Michael Van Canneyt 2024-11-25 21:44:53 +01:00
parent 80293fc588
commit 7cd8b6e74d

View File

@ -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;