File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Flow.Launcher.Core/Plugin Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
crowdin
2
2
DWM
3
3
workflows
4
- Wpf
5
4
wpf
6
5
actionkeyword
7
6
stackoverflow
@@ -20,9 +19,7 @@ Prioritise
20
19
Segoe
21
20
Google
22
21
Customise
23
- UWP
24
22
uwp
25
- Uwp
26
23
Bokmal
27
24
Bokm
28
25
uninstallation
61
58
ptr
62
59
pluginindicator
63
60
TobiasSekan
64
- Img
65
61
img
66
62
resx
67
63
bak
@@ -78,7 +74,6 @@ WCA_ACCENT_POLICY
78
74
HGlobal
79
75
dopusrt
80
76
firefox
81
- Firefox
82
77
msedge
83
78
svgc
84
79
ime
87
82
btn
88
83
otf
89
84
searchplugin
90
- Noresult
91
85
wpftk
92
86
mkv
93
87
flac
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ internal abstract class ProcessStreamPluginV2 : JsonRPCPluginV2
17
17
18
18
protected abstract ProcessStartInfo StartInfo { get ; set ; }
19
19
20
- public Process ClientProcess { get ; set ; }
20
+ protected Process ClientProcess { get ; set ; }
21
21
22
22
public override async Task InitAsync ( PluginInitContext context )
23
23
{
@@ -33,6 +33,8 @@ public override async Task InitAsync(PluginInitContext context)
33
33
34
34
SetupPipe ( ClientProcess ) ;
35
35
36
+ ErrorStream = ClientProcess . StandardError ;
37
+
36
38
await base . InitAsync ( context ) ;
37
39
}
38
40
You can’t perform that action at this time.
0 commit comments