Skip to content

Commit

Permalink
doc: remove inspector experimental warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed Apr 14, 2017
1 parent ea44b8b commit b0ab9b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/api/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ flag instead of `--inspect`.

```txt
$ node --inspect index.js
Debugger listening on port 9229.
Warning: This is an experimental feature and could change at any time.
Debugger listening on 127.0.0.1:9229.
To start debugging, open the following URL in Chrome:
chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:9229/dc9010dd-f8b8-4ac5-a510-c1a114ec7d29
```
Expand Down

0 comments on commit b0ab9b3

Please sign in to comment.