mirror of https://github.com/zlatinb/muwire
share symlinked folders correctly
parent
905c8e6bb3
commit
6814e715ec
|
@ -80,7 +80,7 @@ class HasherService {
|
|||
} else if (hashed.add(evt.file)) {
|
||||
File canonical = evt.file.getCanonicalFile()
|
||||
if (canonical.isDirectory())
|
||||
executor.execute({processDirectory(canonical)} as Runnable)
|
||||
executor.execute({processDirectory(evt.file)} as Runnable)
|
||||
else
|
||||
throttlerExecutor.execute({ throttle(evt.file, canonical) } as Runnable)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue