Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Nov 10, 2024
1 parent edee334 commit 72df01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GW Launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ private static bool IsDotNet8DesktopInstalled()
};

using var process = Process.Start(processInfo);
using var reader = process.StandardOutput;
using var reader = process!.StandardOutput;
var output = reader.ReadToEnd();
process.WaitForExit();

Expand Down

0 comments on commit 72df01b

Please sign in to comment.