Skip to content

Commit 91494bf

Browse files
cjihrigrvagg
authored andcommitted
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 6e4a120 commit 91494bf

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
@@ -523,6 +523,10 @@ added: v0.1.32
523523

524524
`','`-separated list of core modules that should print debug information.
525525

526+
### `NODE_DEBUG_NATIVE=module[,…]`
527+
528+
`','`-separated list of core C++ modules that should print debug information.
529+
526530
### `NODE_DISABLE_COLORS=1`
527531
<!-- YAML
528532
added: v0.3.0

0 commit comments

Comments
 (0)