We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527407c commit 728bc63Copy full SHA for 728bc63
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