mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
store last thrown exception in FormatCatalog.LastError.
This commit is contained in:
@@ -155,7 +155,10 @@ namespace GameRes
|
||||
if (null != sound)
|
||||
return sound;
|
||||
}
|
||||
catch { }
|
||||
catch (System.Exception X)
|
||||
{
|
||||
FormatCatalog.Instance.LastError = X;
|
||||
}
|
||||
}
|
||||
if (0 == signature)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user