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
Next Next commit
Add console highlighting
Co-Authored-By: Rich Trott <[email protected]>
  • Loading branch information
tstirrat15 and Trott authored Jul 19, 2019
commit 47fb8b48fccb51b57c7d9cd820d1524f77c0ca86
2 changes: 1 addition & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ added: v12.0.0
Enables a signal handler that causes the Node.js process to write a heap dump
when the specified signal is received.

```
```console
$ node --heapsnapshot-signal=SIGUSR2 index.js &
$ ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
Expand Down