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 <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
  • Loading branch information
maclover7 authored and MylesBorins committed Oct 23, 2017
1 parent c6b2fa9 commit d92b45e
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 d92b45e

Please sign in to comment.