Skip to content

Commit

Permalink
fixup! cli: generate --help text in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Aug 27, 2018
1 parent 4523be8 commit dc2f590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-bootstrap-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ const list = process.moduleLoadList.slice();

const assert = require('assert');

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

0 comments on commit dc2f590

Please sign in to comment.