mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Tests: fixed error on missing db files;
This commit is contained in:
parent
0df97e5d4b
commit
9a4fb4adb1
2 changed files with 9 additions and 3 deletions
|
|
@ -409,6 +409,7 @@ public final class ImageCache {
|
|||
// legitimate, happens when a card has no image
|
||||
return null;
|
||||
} catch (ComputationException ex) {
|
||||
// too low memory
|
||||
if (ex.getCause() instanceof NullPointerException) {
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue