mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix method missing exception in LineMap.logLines
This commit is contained in:
@@ -186,7 +186,7 @@ class LineMap
|
||||
new Range(start, end)
|
||||
|
||||
# Internal:
|
||||
logLines: (start=0, end=@screenLineCount() - 1)->
|
||||
logLines: (start=0, end=@getScreenLineCount() - 1)->
|
||||
for row in [start..end]
|
||||
line = @lineForScreenRow(row).text
|
||||
console.log row, line, line.length
|
||||
|
||||
Reference in New Issue
Block a user