mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-26 20:40:16 +02:00
* Cosmetic change
This commit is contained in:
parent
80293fc588
commit
7cd8b6e74d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user