mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
switch back to jsonmessageformatter
This commit is contained in:
parent
8102ca90a9
commit
7436aaa2bb
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
|
||||
private void SetupJsonRPC()
|
||||
{
|
||||
var formatter = new SystemTextJsonFormatter();
|
||||
var formatter = new JsonMessageFormatter();
|
||||
var handler = new NewLineDelimitedMessageHandler(ClientPipe,
|
||||
formatter);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue