IDEA-190677 OOME while indexing images in TeamCity project

This commit is contained in:
Gregory.Shrago
2018-04-20 18:33:25 +03:00
parent 695b5b41ae
commit 2e46ca1993
@@ -60,7 +60,7 @@ public class ImageInfoReader {
return new Info(w, h, bpp);
}
}
catch (Exception e) {
catch (Throwable e) {
LOG.warn(e);
}
return null;