mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Eliminate exceptions in Editor::inspect
This commit is contained in:
@@ -1400,7 +1400,7 @@ class Editor extends Model
|
||||
|
||||
# Private:
|
||||
inspect: ->
|
||||
JSON.stringify @state.toObject()
|
||||
"<Editor #{@id}>"
|
||||
|
||||
# Private:
|
||||
logScreenLines: (start, end) -> @displayBuffer.logLines(start, end)
|
||||
|
||||
Reference in New Issue
Block a user