* Fix #2397 * Update FractureiserDetector.java --------- Co-authored-by: Glavo <zjx001202@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ public final class FractureiserDetector {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (Path badPath : badPaths) {
|
for (Path badPath : badPaths) {
|
||||||
if (Files.exists(badPath)) {
|
if (Files.isRegularFile(badPath)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user