mirror of
https://github.com/Suiranoil/SkinRestorer.git
synced 2026-01-16 04:42:12 +00:00
rethrow io exception
This commit is contained in:
@@ -70,7 +70,7 @@ public final class MojangSkinProvider implements SkinProvider {
|
|||||||
return Optional.of(profile);
|
return Optional.of(profile);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
SkinRestorer.LOGGER.error("Failed to find profile by name", e);
|
SkinRestorer.LOGGER.error("Failed to find profile by name", e);
|
||||||
return Optional.empty();
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, SkinRestorer.getConfigDir().resolve(PROFILE_CACHE_FILENAME).toFile());
|
}, SkinRestorer.getConfigDir().resolve(PROFILE_CACHE_FILENAME).toFile());
|
||||||
|
|||||||
Reference in New Issue
Block a user