mirror of
https://github.com/atom/atom.git
synced 2026-02-08 21:55:05 -05:00
Move fs support methods out of AtomController into FileSystemHelper
This commit is contained in:
@@ -89,7 +89,7 @@ module.exports =
|
||||
async:
|
||||
list: (path, recursive) ->
|
||||
deferred = $.Deferred()
|
||||
$atomController.contentsOfDirectoryAtPath_recursive_onComplete path, recursive, (subpaths) ->
|
||||
$atomController.fs.contentsOfDirectoryAtPath_recursive_onComplete path, recursive, (subpaths) ->
|
||||
deferred.resolve subpaths
|
||||
deferred
|
||||
|
||||
|
||||
Reference in New Issue
Block a user