Upgrade telepath so we can query 'invalidation' key in findMarkers

This commit is contained in:
Ben Ogle & Nathan Sobo 2013-07-17 10:25:02 -07:00
parent abc20b3a05
commit baeae2d8d5
2 changed files with 3 additions and 3 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 1670d06bc26734b800151a892afe69b3501024ac
Subproject commit 6e4fb8c7943ec5e6cc88bdbdf43bdd7d287d3799