Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 8884aff

Browse files
authored
Update FileUtils.java
1 parent 9388ee7 commit 8884aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/id.my.alvinq.prokitid.libs/FileUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IO
5555
return FileVisitResult.CONTINUE;
5656
}
5757
});
58-
} catch (IOException e) {
58+
} catch (Exception e) {
5959
Throwable real = (e instanceof InvocationTargetException)
6060
? ((InvocationTargetException) e).getCause()
6161
: e;

0 commit comments

Comments
 (0)