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 4536db8 commit 88a59b5Copy full SHA for 88a59b5
scripts/generate-md-exports.mjs
@@ -60,7 +60,7 @@ async function createWork() {
60
}
61
62
63
- console.log(`📄 Converting ${numFiles} files with ${numWorkers} workes...`);
+ console.log(`📄 Converting ${numFiles} files with ${numWorkers} workers...`);
64
65
const selfPath = fileURLToPath(import.meta.url);
66
const workerPromises = new Array(numWorkers - 1).fill(null).map((_, idx) => {
0 commit comments