Skip to content

Commit 6b0cd1f

Browse files
authored
Fix: Fixed crash that would occur when an Inf file installation timed out (#12903)
1 parent a8942f0 commit 6b0cd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Utils/Shell/Win32API.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ public static async Task<bool> InstallInf(string filePath)
794794

795795
return true;
796796
}
797-
catch (Win32Exception)
797+
catch
798798
{
799799
return false;
800800
}

0 commit comments

Comments
 (0)