fix: f**king ZipFileSystem

This commit is contained in:
huanghongxun
2020-04-29 21:44:51 +08:00
parent 4f70465395
commit 94db91b7c1

View File

@@ -77,6 +77,8 @@ public final class CompressingUtils {
return testZipPath(dir, root, result);
}
});
} catch (IllegalArgumentException e) {
throw new IOException(e);
}
return result.get();
}