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 9513062 commit ba5e25eCopy full SHA for ba5e25e
test/parallel/test-bootstrap-modules.js
@@ -11,4 +11,5 @@ const list = process.moduleLoadList.slice();
11
12
const assert = require('assert');
13
14
-assert(list.length <= 78, list);
+assert(list.length <= 81,
15
+ `Expected <= 81 elements in moduleLoadLists, got ${list.length}`);
0 commit comments