Skip to content

Commit d92b45e

Browse files
maclover7MylesBorins
authored andcommitted
doc: update test/inspector reference
PR-URL: #16277 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent c6b2fa9 commit d92b45e

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
@@ -85,7 +85,7 @@ execution is suspended (through breakpoints, for example):
8585
session.on('Debugger.paused', ({ params }) => {
8686
console.log(params.hitBreakpoints);
8787
});
88-
// [ '/node/test/inspector/test-bindings.js:11:0' ]
88+
// [ '/the/file/that/has/the/breakpoint.js:11:0' ]
8989
```
9090

9191
### session.connect()

0 commit comments

Comments
 (0)