mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-190677 OOME while indexing images in TeamCity project
This commit is contained in:
@@ -60,7 +60,7 @@ public class ImageInfoReader {
|
||||
return new Info(w, h, bpp);
|
||||
}
|
||||
}
|
||||
catch (Exception e) {
|
||||
catch (Throwable e) {
|
||||
LOG.warn(e);
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user