Skip to content

Commit

Permalink
doc: add useful v8 option section
Browse files Browse the repository at this point in the history
Fixed a typo addition in doc/cli.md
Fixes: nodejs#32252
  • Loading branch information
nimit95 committed Mar 14, 2020
1 parent 0090f54 commit 5209db8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1180,8 +1180,6 @@ V8 options that are allowed are:
`--perf-basic-prof-only-functions`, `--perf-basic-prof`,
`--perf-prof-unwinding-info`, and `--perf-prof` are only available on Linux.

### Useful v8 Options
##
### `NODE_PATH=path[:…]`
<!-- YAML
added: v0.1.32
Expand Down Expand Up @@ -1387,7 +1385,7 @@ threadpool by setting the `'UV_THREADPOOL_SIZE'` environment variable to a value
greater than `4` (its current default value). For more information, see the
[libuv threadpool documentation][].

## Useful v8 Options
## Useful v8 options

These are v8 options and fall outside Node.js' responsibility.

Expand Down

0 comments on commit 5209db8

Please sign in to comment.