mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
rename listFiles to list
This commit is contained in:
@@ -67,7 +67,7 @@ module.exports =
|
||||
$native.write(path, content)
|
||||
|
||||
async:
|
||||
listFiles: (path) ->
|
||||
list: (path) ->
|
||||
deferred = $.Deferred()
|
||||
$native.asyncList path, false, (subpaths) ->
|
||||
deferred.resolve subpaths
|
||||
|
||||
Reference in New Issue
Block a user