We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7851cde commit 58b4bbeCopy full SHA for 58b4bbe
1 file changed
src/DiffEngine/Process/WindowsProcess.cs
@@ -130,7 +130,7 @@ public static bool TryTerminateProcess(int processId)
130
// First, try graceful shutdown by closing the main window
131
try
132
{
133
- using var process = System.Diagnostics.Process.GetProcessById(processId);
+ using var process = Process.GetProcessById(processId);
134
135
// Try to close the main window gracefully
136
if (process.CloseMainWindow())
0 commit comments