mirror of
https://github.com/atom/atom.git
synced 2026-02-08 21:55:05 -05:00
💄
This commit is contained in:
@@ -6,5 +6,8 @@ class Project
|
||||
constructor: (@url) ->
|
||||
|
||||
getFilePaths: ->
|
||||
fs.async.listFiles(@url, true)
|
||||
projectUrl = @url
|
||||
fs.async.list(@url, true).pipe (urls) ->
|
||||
urls = (url.replace(projectUrl, "") for url in urls when fs.isFile(url))
|
||||
urls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user