mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Call telepath.Array::getValues() during clone
This commit is contained in:
@@ -176,7 +176,7 @@ class Project extends Model
|
||||
#
|
||||
# Returns an {Array} of {TextBuffer}s.
|
||||
getBuffers: ->
|
||||
new Array(@buffers...)
|
||||
new Array(@buffers.getValues()...)
|
||||
|
||||
isPathModified: (filePath) ->
|
||||
@findBufferForPath(@resolve(filePath))?.isModified()
|
||||
|
||||
Reference in New Issue
Block a user