We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 548515b + 249fff4 commit 8c8fa9fCopy full SHA for 8c8fa9f
src/main/java/org/utplsql/api/ResourceUtil.java
@@ -72,6 +72,7 @@ public static List<Path> getListOfChildren(Path resourceAsPath, boolean filesOnl
72
result.add(entryPath.subpath(relativeStartIndex, entryPath.getNameCount()));
73
}
74
75
+ resourcePath.getFileSystem().close();
76
} else {
77
Files.walk(resourcePath)
78
.filter(p -> !filesOnly || p.toFile().isFile())
0 commit comments