mirror of
https://github.com/atom/atom.git
synced 2026-02-06 04:34:55 -05:00
Rename traverseTree to traverseTreeSync
Also rename traverseTreeAsync to traverseTree
This commit is contained in:
@@ -27,7 +27,7 @@ class LoadPathsTask
|
||||
onDone = =>
|
||||
@callback(paths) unless @aborted
|
||||
|
||||
fs.traverseTreeAsync(rootPath, onFile, onDirectory, onDone)
|
||||
fs.traverseTree(rootPath, onFile, onDirectory, onDone)
|
||||
|
||||
abort: ->
|
||||
@aborted = true
|
||||
|
||||
Reference in New Issue
Block a user