mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove directories from fuzzy-finder
This commit is contained in:
@@ -112,8 +112,8 @@ module.exports =
|
||||
@makeTree(@directory(path))
|
||||
@makeDirectory(path)
|
||||
|
||||
getAllPathsAsync: (rootPath, callback) ->
|
||||
$native.getAllPathsAsync(rootPath, callback)
|
||||
getAllFilePathsAsync: (rootPath, callback) ->
|
||||
$native.getAllFilePathsAsync(rootPath, callback)
|
||||
|
||||
traverseTree: (rootPath, onFile, onDirectory) ->
|
||||
$native.traverseTree(rootPath, onFile, onDirectory)
|
||||
|
||||
Reference in New Issue
Block a user