summaryrefslogtreecommitdiff
path: root/test/parallel/test-bootstrap-modules.js
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-08-23 22:07:13 +0200
committerAnna Henningsen <anna@addaleax.net>2018-09-01 00:13:23 +0200
commitc8880ea27645aec31ef9dd5687c57747f338d67f (patch)
tree6c0bae2ba0dc4377a8d111e2890563860e3c6acb /test/parallel/test-bootstrap-modules.js
parente812be4a55915575fc1afce739848026a48b781e (diff)
downloadandroid-node-v8-c8880ea27645aec31ef9dd5687c57747f338d67f.tar.gz
android-node-v8-c8880ea27645aec31ef9dd5687c57747f338d67f.tar.bz2
android-node-v8-c8880ea27645aec31ef9dd5687c57747f338d67f.zip
cli: generate --help text in JS
Instead of having a custom, static, hand-written string that is being printed to stdout when `--help` is present, generate it in JS when requested. PR-URL: https://github.com/nodejs/node/pull/22490 Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'test/parallel/test-bootstrap-modules.js')
-rw-r--r--test/parallel/test-bootstrap-modules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-bootstrap-modules.js b/test/parallel/test-bootstrap-modules.js
index 4a46ac905b..81563355d2 100644
--- a/test/parallel/test-bootstrap-modules.js
+++ b/test/parallel/test-bootstrap-modules.js
@@ -11,4 +11,4 @@ const list = process.moduleLoadList.slice();
const assert = require('assert');
-assert(list.length <= 73, list);
+assert(list.length <= 74, list);