mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 12:39:16 +08:00
(ImageData.Read): abort on OperationCanceledException.
This commit is contained in:
parent
303a8551b0
commit
8c5164a3a5
@ -176,6 +176,10 @@ namespace GameRes
|
||||
return Tuple.Create (impl, metadata);
|
||||
}
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
if (0 == signature)
|
||||
|
Loading…
x
Reference in New Issue
Block a user