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 6a7bdfd commit 18025bdCopy full SHA for 18025bd
index.js
@@ -14,7 +14,7 @@ async function main() {
14
if (runtimeFileNumber) {
15
runtimeFileNumber++;
16
} else {
17
- runtimeFileNumber = 0;
+ runtimeFileNumber = 1;
18
}
19
20
const nodeRunnerFile = `node_runtime${runtimeFileNumber ? `_${runtimeFileNumber}` : ""}.js`;
0 commit comments