Skip to content

Commit 83a6110

Browse files
committed
fix error stream issue
1 parent a971156 commit 83a6110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher.Core/Plugin/PythonPluginV2.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ private void SetupJsonRPC(Process process, IPublicAPI api)
9393
process.StandardOutput.BaseStream,
9494
formatter);
9595

96+
ErrorStream = _process.StandardError;
97+
9698
RPC = new JsonRpc(handler, new JsonRPCPublicAPI(api));
9799
RPC.SynchronizationContext = null;
98100
RPC.StartListening();

0 commit comments

Comments
 (0)