mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(ArcFile.TryOpen): abort on OperationCanceledException.
This commit is contained in:
parent
6195ab25e3
commit
e20853967f
@ -88,6 +88,11 @@ namespace GameRes
|
||||
return arc;
|
||||
}
|
||||
}
|
||||
catch (OperationCanceledException X)
|
||||
{
|
||||
FormatCatalog.Instance.LastError = X;
|
||||
return null;
|
||||
}
|
||||
catch (Exception X)
|
||||
{
|
||||
// ignore failed open attmepts
|
||||
|
Loading…
Reference in New Issue
Block a user