Skip to content

Commit 55df4f3

Browse files
Guillaume Chauyyx990803
Guillaume Chau
authored andcommitted
Fix == $vm0 (#542)
1 parent 5078ea2 commit 55df4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function connect () {
5757
currentInspectedId = id
5858
const instance = instanceMap.get(id)
5959
bindToConsole(instance)
60-
bridge.send('instance-details', stringify(getInstanceDetails(id)))
60+
flush()
6161
})
6262

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

0 commit comments

Comments
 (0)