mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-07 08:16:31 +00:00
Cleanup
This commit is contained in:
@@ -323,9 +323,7 @@ public class IO {
|
||||
public static void writeAll(File f, Object c) throws IOException {
|
||||
try {
|
||||
f.getParentFile().mkdirs();
|
||||
}
|
||||
catch(Throwable ignored)
|
||||
{
|
||||
} catch (Throwable ignored) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user