Skip to content

Commit

Permalink
doc: update test/inspector reference
Browse files Browse the repository at this point in the history
PR-URL: #16277
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
  • Loading branch information
maclover7 authored and jasnell committed Oct 18, 2017
1 parent 70832bc commit 1446db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/inspector.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ execution is suspended (through breakpoints, for example):
session.on('Debugger.paused', ({ params }) => {
console.log(params.hitBreakpoints);
});
// [ '/node/test/inspector/test-bindings.js:11:0' ]
// [ '/the/file/that/has/the/breakpoint.js:11:0' ]
```

### session.connect()
Expand Down

0 comments on commit 1446db0

Please sign in to comment.