Skip to content

Commit 6bb860c

Browse files
cjihrigcodebytere
authored andcommittedJan 29, 2019
doc: add NODE_DEBUG_NATIVE to API docs
This commit adds the missing environment variable NODE_DEBUG_NATIVE to the CLI API docs. PR-URL: #24383 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ouyang Yadong <[email protected]> Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent ef1056f commit 6bb860c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎doc/api/cli.md

+4
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,10 @@ added: v0.1.32
530530

531531
`','`-separated list of core modules that should print debug information.
532532

533+
### `NODE_DEBUG_NATIVE=module[,…]`
534+
535+
`','`-separated list of core C++ modules that should print debug information.
536+
533537
### `NODE_DISABLE_COLORS=1`
534538
<!-- YAML
535539
added: v0.3.0

0 commit comments

Comments
 (0)