mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
🔥
This commit is contained in:
@@ -320,7 +320,7 @@ class Project extends Model
|
||||
# Only to be used when deserializing
|
||||
bufferForIdSync: (id) ->
|
||||
existingBuffer = @findBufferForId(id) if id
|
||||
existingBuffer ? @buildBufferSync(absoluteFilePath)
|
||||
existingBuffer ? @buildBufferSync()
|
||||
|
||||
# Given a file path, this retrieves or creates a new {TextBuffer}.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user