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 c0f3e48 commit 6e3b756Copy full SHA for 6e3b756
scripts/generate-md-exports.mjs
@@ -93,7 +93,7 @@ async function createWork() {
93
const numWorkers = Math.max(Math.floor(cpus().length / 2), 2);
94
const workerTasks = new Array(numWorkers).fill(null).map(() => []);
95
96
- const existingFilesOnR2 = null;
+ let existingFilesOnR2 = null;
97
if (accessKeyId && secretAccessKey) {
98
existingFilesOnR2 = new Map();
99
console.log(`☁️ Getting existing hashes from R2...`);
0 commit comments