mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Fix breakage
This commit is contained in:
@@ -11,7 +11,7 @@ class Project
|
||||
|
||||
getFilePaths: ->
|
||||
projectUrl = @url
|
||||
fs.async.list(@url, true).pipe (urls) ->
|
||||
fs.async.listFiles(@url, true).pipe (urls) ->
|
||||
urls = (url.replace(projectUrl, "") for url in urls when fs.isFile(url))
|
||||
urls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user