Fixed debug info

master
M66B 6 days ago
parent 2ae118d6cb
commit 1d2f63ec49

@ -1940,7 +1940,8 @@ public class DebugHelper {
Helper.humanReadableByteCount(total - unalloc), Helper.humanReadableByteCount(total - unalloc),
Helper.humanReadableByteCount(total))); Helper.humanReadableByteCount(total)));
} }
} catch (IOException ex) { } catch (Throwable ex) {
// java.lang.ClassCastException: sun.nio.fs.LinuxFileStore cannot be cast to j$.nio.file.FileStore
size += write(os, String.format("%s\r\n", ex)); size += write(os, String.format("%s\r\n", ex));
} }
size += write(os, "\r\n"); size += write(os, "\r\n");

Loading…
Cancel
Save