mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix error stream issue
This commit is contained in:
parent
a971156519
commit
83a61109d7
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue