mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Upgrade telepath so we can query 'invalidation' key in findMarkers
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports =
|
||||
event.id = nextOutputEventId++
|
||||
console.log 'sending event', event.id, event
|
||||
connection.send(event)
|
||||
doc.outputEvents.on('changed', outputListener)
|
||||
doc.on('output', outputListener)
|
||||
|
||||
queuedEvents = []
|
||||
nextInputEventId = 1
|
||||
@@ -39,7 +39,7 @@ module.exports =
|
||||
queuedEvents.push(event)
|
||||
|
||||
connection.on 'close', ->
|
||||
doc.outputEvents.removeListener('changed', outputListener)
|
||||
doc.off('output', outputListener)
|
||||
|
||||
connection.on 'error', (error) ->
|
||||
console.error 'connection error', error.stack ? error
|
||||
|
||||
2
vendor/telepath
vendored
2
vendor/telepath
vendored
Submodule vendor/telepath updated: 1670d06bc2...6e4fb8c794
Reference in New Issue
Block a user