Commit 0bc0480
committed
fix: Correctly initialize context in inspector client init()
I'm not sure about this, but I think the code was initializing context_
with its own initial value (i.e. nullptr), rather than the isolate's
context. This seemed to trigger an error when sending a message to the
frontend, which this change fixed.1 parent 221a9c2 commit 0bc0480
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
| 195 | + | |
197 | 196 | | |
198 | 197 | | |
199 | 198 | | |
| |||
0 commit comments