Skip to content

Commit

Permalink
Don't skip descendants since it seems to skip too much
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Feb 2, 2015
1 parent b2a8dd7 commit dc367cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R.swift/func.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func filterDirectoryContentsRecursively(fileManager: NSFileManager, filter: (NSU
if let url = enumeratorItem as? NSURL {
if filter(url) {
assetFolders.append(url)
enumerator.skipDescendants()
}
}
}
Expand Down

0 comments on commit dc367cd

Please sign in to comment.