Skip to content

Commit f7f48da

Browse files
committed
replace error code
1 parent 20956c2 commit f7f48da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UniGetUI/CrashHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static void ReportFatalException(Exception e)
4242
while (fileEx is not null)
4343
{
4444
if (fileEx.ToString().Contains("Could not load file or assembly")
45-
|| (uint)fileEx.HResult is 0x80070002 or 0x80004005)
45+
|| (uint)fileEx.HResult is 0x80070002 or 0x8007007E)
4646
{
4747
if (_reportMissingFiles())
4848
{

0 commit comments

Comments
 (0)