1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 23:36:08 +03:00
This commit is contained in:
Tae Won Ha 2020-01-18 17:00:59 +01:00
parent 31b407fc12
commit c6fd38a0ee
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -152,6 +152,7 @@ class FileService {
}
let (initialBaton, initialBatons) = self.baton(for: folder.url!)
let testIgnores = self.usesVcsIgnores
var batons = initialBatons
var stack = [(initialBaton, folder)]
while let iterElement = stack.popLast() {
@ -160,7 +161,6 @@ class FileService {
autoreleasepool {
let baton = iterElement.0
let folder = iterElement.1
let testIgnores = self.usesVcsIgnores
let urlToScan = folder.url!