This commit is contained in:
Glavo 2023-02-13 19:59:24 +08:00 committed by GitHub
parent 62f39a3280
commit 8b98932ae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ public final class Accounts {
globalAccountStorages.setAll((List<Map<Object, Object>>)
Config.CONFIG_GSON.fromJson(reader, new TypeToken<List<Map<Object, Object>>>() {
}.getType()));
} catch (IOException e) {
} catch (Throwable e) {
LOG.log(Level.WARNING, "Failed to load global accounts", e);
}
}