We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4523be8 commit dc2f590Copy full SHA for dc2f590
test/parallel/test-bootstrap-modules.js
@@ -11,4 +11,4 @@ const list = process.moduleLoadList.slice();
11
12
const assert = require('assert');
13
14
-assert(list.length <= 73, list);
+assert(list.length <= 74, list);
0 commit comments