Skip to content

Commit dc2f590

Browse files
committed
fixup! cli: generate --help text in JS
1 parent 4523be8 commit dc2f590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-bootstrap-modules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ const list = process.moduleLoadList.slice();
1111

1212
const assert = require('assert');
1313

14-
assert(list.length <= 73, list);
14+
assert(list.length <= 74, list);

0 commit comments

Comments
 (0)