Skip to content

Commit 58b4bbe

Browse files
committed
Update WindowsProcess.cs
1 parent 7851cde commit 58b4bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiffEngine/Process/WindowsProcess.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public static bool TryTerminateProcess(int processId)
130130
// First, try graceful shutdown by closing the main window
131131
try
132132
{
133-
using var process = System.Diagnostics.Process.GetProcessById(processId);
133+
using var process = Process.GetProcessById(processId);
134134

135135
// Try to close the main window gracefully
136136
if (process.CloseMainWindow())

0 commit comments

Comments
 (0)