This commit is contained in:
Daniel Mills
2021-07-27 14:45:19 -04:00
parent 9a7dcc8c1a
commit d7cda90acd
64 changed files with 238 additions and 380 deletions

View File

@@ -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) {
}