Skip to content

Commit

Permalink
Fix == $vm0 (vuejs#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau authored and yyx990803 committed Jan 24, 2018
1 parent 5078ea2 commit 55df4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function connect () {
currentInspectedId = id
const instance = instanceMap.get(id)
bindToConsole(instance)
bridge.send('instance-details', stringify(getInstanceDetails(id)))
flush()
})

bridge.on('scroll-to-instance', id => {
Expand Down

0 comments on commit 55df4f3

Please sign in to comment.