fix error stream issue

This commit is contained in:
Hongtao Zhang 2023-07-03 12:23:30 +08:00
parent a971156519
commit 83a61109d7

View file

@ -93,6 +93,8 @@ namespace Flow.Launcher.Core.Plugin
process.StandardOutput.BaseStream,
formatter);
ErrorStream = _process.StandardError;
RPC = new JsonRpc(handler, new JsonRPCPublicAPI(api));
RPC.SynchronizationContext = null;
RPC.StartListening();