Skip to content

Commit 82023f2

Browse files
deokjinkimRafaelGSS
authored andcommitted
doc: update output of example in inspector
Actual output of promise example in inspector is mismatched. PR-URL: #46073 Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent ca8ff08 commit 82023f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/inspector.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ try {
144144
} catch (error) {
145145
console.error(error);
146146
}
147-
// Output: { type: 'number', value: 4, description: '4' }
147+
// Output: { result: { type: 'number', value: 4, description: '4' } }
148148
```
149149

150150
The latest version of the V8 inspector protocol is published on the

0 commit comments

Comments
 (0)