File tree Expand file tree Collapse file tree
Flow.Launcher.Core/Plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11crowdin
22DWM
33workflows
4- Wpf
54wpf
65actionkeyword
76stackoverflow
@@ -20,9 +19,7 @@ Prioritise
2019Segoe
2120Google
2221Customise
23- UWP
2422uwp
25- Uwp
2623Bokmal
2724Bokm
2825uninstallation
6158ptr
6259pluginindicator
6360TobiasSekan
64- Img
6561img
6662resx
6763bak
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ internal abstract class ProcessStreamPluginV2 : JsonRPCPluginV2
1717
1818 protected abstract ProcessStartInfo StartInfo { get ; set ; }
1919
20- public Process ClientProcess { get ; set ; }
20+ protected Process ClientProcess { get ; set ; }
2121
2222 public override async Task InitAsync ( PluginInitContext context )
2323 {
@@ -33,6 +33,8 @@ public override async Task InitAsync(PluginInitContext context)
3333
3434 SetupPipe ( ClientProcess ) ;
3535
36+ ErrorStream = ClientProcess . StandardError ;
37+
3638 await base . InitAsync ( context ) ;
3739 }
3840
You can’t perform that action at this time.
0 commit comments