mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(ArcFile.TryOpen): abort on OperationCanceledException.
This commit is contained in:
@@ -88,6 +88,11 @@ namespace GameRes
|
|||||||
return arc;
|
return arc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
catch (OperationCanceledException X)
|
||||||
|
{
|
||||||
|
FormatCatalog.Instance.LastError = X;
|
||||||
|
return null;
|
||||||
|
}
|
||||||
catch (Exception X)
|
catch (Exception X)
|
||||||
{
|
{
|
||||||
// ignore failed open attmepts
|
// ignore failed open attmepts
|
||||||
|
|||||||
Reference in New Issue
Block a user