mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Add inspect view of edit-session
This commit is contained in:
@@ -446,4 +446,7 @@ class EditSession
|
||||
@mergeIntersectingSelections(options)
|
||||
return
|
||||
|
||||
inspect: ->
|
||||
JSON.stringify @serialize()
|
||||
|
||||
_.extend(EditSession.prototype, EventEmitter)
|
||||
|
||||
Reference in New Issue
Block a user