fs: fix delete-tree
This commit is contained in:
parent
eb9c87b7fd
commit
6c5f20f786
2 changed files with 2 additions and 1 deletions
2
fs
2
fs
|
|
@ -1 +1 @@
|
||||||
Subproject commit 90169d8129a99e308729336b495adb812246e69f
|
Subproject commit 1e7e6b760fc923b4da45b477ae48d6fd23f77e23
|
||||||
|
|
@ -150,6 +150,7 @@
|
||||||
~@(when features/java-nio?
|
~@(when features/java-nio?
|
||||||
'[java.nio.file.OpenOption
|
'[java.nio.file.OpenOption
|
||||||
java.nio.file.CopyOption
|
java.nio.file.CopyOption
|
||||||
|
java.nio.file.DirectoryNotEmptyException
|
||||||
java.nio.file.FileAlreadyExistsException
|
java.nio.file.FileAlreadyExistsException
|
||||||
java.nio.file.FileSystem
|
java.nio.file.FileSystem
|
||||||
java.nio.file.FileSystems
|
java.nio.file.FileSystems
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue