Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Resolve Lint error
  • Loading branch information
flickz authored Feb 17, 2018
commit 393d898ce7c587066761466b716188945ee00bf4
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ added: v0.7.2
The port used by Node.js's debugger when enabled.

```js
process.debugPort = 5858;
process.debugPort = 5858;
```
## process.disconnect()
<!-- YAML
Expand Down