mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
[FIX] Windows must die version 2
This commit is contained in:
parent
b9e8f48065
commit
009aa2e6ab
1 changed files with 3 additions and 3 deletions
|
@ -40,9 +40,9 @@ public FileVisitResult preVisitDirectory(Path dir, BasicFileAttributes attrs) th
|
|||
|
||||
// Maybe it's unnecessary to go deeper
|
||||
path.add(IOHelper.getFileName(dir));
|
||||
if (matcher != null && !matcher.shouldVerify(path)) {
|
||||
return FileVisitResult.SKIP_SUBTREE;
|
||||
}
|
||||
//if (matcher != null && !matcher.shouldVerify(path)) {
|
||||
// return FileVisitResult.SKIP_SUBTREE;
|
||||
//}
|
||||
|
||||
// Register
|
||||
dir.register(service, KINDS);
|
||||
|
|
Loading…
Reference in a new issue