mirror of
https://github.com/atom/atom.git
synced 2026-02-09 22:24:59 -05:00
Remove directories from fuzzy-finder
This commit is contained in:
@@ -53,7 +53,7 @@ class Project
|
||||
|
||||
getFilePaths: ->
|
||||
deferred = $.Deferred()
|
||||
fs.getAllPathsAsync @getPath(), (paths) =>
|
||||
fs.getAllFilePathsAsync @getPath(), (paths) =>
|
||||
paths = paths.filter (path) => not @isPathIgnored(path)
|
||||
deferred.resolve(paths)
|
||||
deferred.promise()
|
||||
|
||||
Reference in New Issue
Block a user