File tree 3 files changed +2
-160
lines changed
GameServices/GameIntegration
3 files changed +2
-160
lines changed Original file line number Diff line number Diff line change 238
238
<PackageReference Include =" DynamicLanguageRuntime" Version =" 1.3.2" PrivateAssets =" all" />
239
239
<PackageReference Include =" EntryPoint" Version =" 1.3.0" PrivateAssets =" all" />
240
240
<PackageReference Include =" Flurl.Http" Version =" 2.4.2" PrivateAssets =" all" />
241
- <PackageReference Include =" Gapotchenko.FX.Diagnostics.Process" Version =" 2021.1.5 " PrivateAssets =" all" />
241
+ <PackageReference Include =" Gapotchenko.FX.Diagnostics.Process" Version =" 2022.2.7 " PrivateAssets =" all" />
242
242
<PackageReference Include =" Gw2Sharp" Version =" 1.7.4" />
243
243
<PackageReference Include =" Humanizer.Core.de" Version =" 2.6.2" PrivateAssets =" all" />
244
244
<PackageReference Include =" Humanizer.Core.es" Version =" 2.6.2" PrivateAssets =" all" />
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ private void HandleProcessUpdate(Process newProcess) {
219
219
}
220
220
221
221
try {
222
- this . CommandLine = newProcess . GetCommandLine ( ) ;
222
+ this . CommandLine = newProcess . ReadArguments ( ) ;
223
223
} catch ( Win32Exception e ) {
224
224
this . CommandLine = string . Empty ;
225
225
Logger . Warn ( e , "A Win32Exception was encountered while trying to retrieve the process command line." ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments