From dc2f590136edbef22f183b0e8904c84971e90870 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 28 Aug 2018 01:36:40 +0200 Subject: [PATCH] fixup! cli: generate --help text in JS --- test/parallel/test-bootstrap-modules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-bootstrap-modules.js b/test/parallel/test-bootstrap-modules.js index 4a46ac905b8161..81563355d246ff 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);