Fix crashes

This commit is contained in:
Victor Shcherb 2018-05-28 22:12:41 +02:00
parent 559a715236
commit b2152b0e63

View file

@ -351,7 +351,7 @@ public class AppInitializer implements IProgress {
Integer in = (Integer) f.get(null);
return app.getString(in);
}
} catch (Exception e) {
} catch (Throwable e) {
LOG.info("No translation: " + keyName);
}
return null;