mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
@@ -981,7 +981,7 @@ class DisplayBuffer extends Model
|
||||
@tokenizedBuffer.destroy()
|
||||
@unsubscribe()
|
||||
|
||||
logLines: (start=0, end=@getLastRow())->
|
||||
logLines: (start=0, end=@getLastRow()) ->
|
||||
for row in [start..end]
|
||||
line = @lineForRow(row).text
|
||||
console.log row, @bufferRowForScreenRow(row), line, line.length
|
||||
|
||||
Reference in New Issue
Block a user