summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorShelley Vohr <shelley.vohr@gmail.com>2019-09-20 21:01:43 -0700
committerRich Trott <rtrott@gmail.com>2019-09-24 22:49:35 -0700
commitf120e6d8177f1a982045bdc7df961a1926f3f8c1 (patch)
tree4295396331df9934c38a05fd6e402ade8a594c6f /doc
parent3c17f160e39d96d6e29b3e379bdf20169bacd75f (diff)
downloadandroid-node-v8-f120e6d8177f1a982045bdc7df961a1926f3f8c1.tar.gz
android-node-v8-f120e6d8177f1a982045bdc7df961a1926f3f8c1.tar.bz2
android-node-v8-f120e6d8177f1a982045bdc7df961a1926f3f8c1.zip
test: --force-context-aware cli flag
PR-URL: https://github.com/nodejs/node/pull/29631 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cli.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index f6eabf137d..6d09b85842 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -416,7 +416,7 @@ Silence all process warnings (including deprecations).
added: REPLACEME
-->
-Disable loading non-context-aware native addons.
+Disable loading native addons that are not [context-aware][].
### `--openssl-config=file`
<!-- YAML
@@ -1264,3 +1264,4 @@ greater than `4` (its current default value). For more information, see the
[experimental ECMAScript Module]: esm.html#esm_resolve_hook
[libuv threadpool documentation]: http://docs.libuv.org/en/latest/threadpool.html
[remote code execution]: https://www.owasp.org/index.php/Code_Injection
+[context-aware]: addons.html#addons_context_aware_addons