Fix crashes
This commit is contained in:
parent
559a715236
commit
b2152b0e63
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue