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 54977cd commit ee83821Copy full SHA for ee83821
benchmark/createFixtures2.js
@@ -14,7 +14,7 @@ function genModule(prefix, depth, asyncDepth, multiplex, r, circular) {
14
const isAsync = depth >= asyncDepth;
15
if (!isAsync) circular.push(path.resolve(fixtures, prefix + "/index.js"));
16
source.push("(function() {");
17
- const m = r % multiplex + 1;
+ const m = (r % multiplex) + 1;
18
let sum = 1;
19
let item;
20
try {
0 commit comments