mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 13:37:47 +02:00
* Take into account SendOutputToBrowser
This commit is contained in:
parent
a4ffb0957d
commit
57c841e471
@ -673,7 +673,8 @@ end;
|
|||||||
|
|
||||||
procedure TWorkerThreadRunnerApplication.HandleConsoleWrite(Sender: TObject; aOutput: string);
|
procedure TWorkerThreadRunnerApplication.HandleConsoleWrite(Sender: TObject; aOutput: string);
|
||||||
begin
|
begin
|
||||||
ConsoleChannel.postMessage(TWorkerConsoleCommand.Create(aOutput));
|
if SendOutputToBrowser then
|
||||||
|
ConsoleChannel.postMessage(TWorkerConsoleCommand.Create(aOutput));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TWorkerThreadRunnerApplication.CreateWorkerThreadSupport(aEnv : TPas2JSWasiEnvironment) : TWorkerThreadSupport;
|
function TWorkerThreadRunnerApplication.CreateWorkerThreadSupport(aEnv : TPas2JSWasiEnvironment) : TWorkerThreadSupport;
|
||||||
|
Loading…
Reference in New Issue
Block a user