Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: update output of example in inspector
Actual output of promise example in inspector is mismatched.
  • Loading branch information
deokjinkim committed Jan 3, 2023
commit 4b61433ff8962d5ee01cd812ea9c41a1f2907d34
2 changes: 1 addition & 1 deletion doc/api/inspector.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ try {
} catch (error) {
console.error(error);
}
// Output: { type: 'number', value: 4, description: '4' }
// Output: { result: { type: 'number', value: 4, description: '4' } }
```

The latest version of the V8 inspector protocol is published on the
Expand Down